o3de / o3de.org

The O3DE website
Other
85 stars 159 forks source link

[ISSUE][DOCS] Registering Gems to a Project commands use forward slashes #1437

Open LB-ArturZieba opened 2 years ago

LB-ArturZieba commented 2 years ago

Describe the issue

There are two commands listed on the page which use forward slashes (/) when entering path to the "...\scripts\o3de" file, which work on Linux, but do not execute on Windows.

scripts/o3de register -gp <gem-path> -espp <project-path>
scripts/o3de register -gp <gem-path> -espp <project-path> --remove

The commands can be found under the Register and Deregister sections respectively.

Impacted page(s)

https://www.o3de.org/docs/user-guide/project-config/register-gems/

Expected experience

The commands from the documentation page work on both Windows and Linux.

sptramer commented 2 years ago

SIG has decided to standardize on Windows paths in generic code samples for right now; will have an official policy TBD.