readme: fix repo manifest branch version

Change-Id: I43dc7bfcf2555f5771b36d9c1280da57cd0d525f
This commit is contained in:
Andres Rodriguez
2016-04-19 16:29:27 -04:00
parent 62e9b23826
commit a7c8b5fff3

View File

@@ -134,7 +134,7 @@ Note: make sure ~/bin exists and it is part of your PATH
#### Cloning the code
```shell
mkdir ROCm && cd ROCm
repo init -u https://github.com/RadeonOpenCompute/ROCm.git -b roc-1.0
repo init -u https://github.com/RadeonOpenCompute/ROCm.git -b roc-1.0.0
repo sync
```