浏览代码

Include development branch in o3de checkout

* Use the development branch as suggested in the checkout instructions.
* Remove previous reference to roscon_2022 branch

Signed-off-by: Jose Luis Rivero <[email protected]>

Missing repo

Signed-off-by: Jose Luis Rivero <[email protected]>

Update README.md

Co-authored-by: Steve Pham <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Jose Luis Rivero 2 年之前
父节点
当前提交
f60489e7ad
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -55,16 +55,15 @@ The project supports the following platforms:
    sure that the system/hardware requirements are met.
 2. Please follow the instructions
    to [set up O3DE from GitHub](https://o3de.org/docs/welcome-guide/setup/setup-from-github/).
-3. **Use the `development` branch**: `git checkout development`.
+3. **Use the `development` branch**.
 
 The following commands should prepare O3DE:
 
 ```
-~$ git clone https://github.com/o3de/o3de.git
+~$ git clone --branch development --single-branch https://github.com/o3de/o3de.git
 ~$ cd o3de
 ~/o3de$ git lfs install
 ~/o3de$ git lfs pull
-~/o3de$ git checkout roscon_2022
 ~/o3de$ python/get_python.sh
 ~/o3de$ scripts/o3de.sh register --this-engine
 ```