2
0
Эх сурвалжийг харах

Adding all gems path parameter to readme

Signed-off-by: Mike Chang <[email protected]>
Mike Chang 3 жил өмнө
parent
commit
fd31745665
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -25,10 +25,14 @@ For more details on the steps above, refer to [Setting up O3DE from GitHub](http
     ```
     scripts\o3de.bat register -gp <your path to o3de-extras>/Gems/<gem name>
     ```
+    > To recursively register all gems in the path, use the `-agp` or `--all-gems-path` parameter
+
 3. Add these gems to your project with this command:
     ```
     scripts\o3de.bat enable-gem -gn <gem name> -pn <your project name>
     ```
+    > To enable all gems in a path, use the `-agp` or `--all-gems-paths` parameter
+
 4. Configure a solution for your project.
     ```
     cmake -B <your project build path> -S <your new project source path> -G "Visual Studio 16"