瀏覽代碼

Adding all gems path parameter to readme

Signed-off-by: Mike Chang <[email protected]>
Mike Chang 3 年之前
父節點
當前提交
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"