Update README.md to use roc-1.3.1 branch

Change-Id: Ie596ea94e9a0b3e0c64b7128c7dc53dc0cf572d5
This commit is contained in:
Kent Russell
2016-11-29 11:33:54 -05:00
parent c5eba0cf61
commit 67bdbcfde4

View File

@@ -43,7 +43,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.3.0
repo init -u https://github.com/RadeonOpenCompute/ROCm.git -b roc-1.3.1
repo sync
```