Update README.md to include new build instructions.

Change-Id: I72ca67d3016c99682cfe745bfd74c722ea181a61


[ROCm/ROCR-Runtime commit: ee22d80760]
This commit is contained in:
James Edwards
2017-07-20 09:17:54 -05:00
rodzic c310a3c99b
commit 40efa7d948
+1 -1
Wyświetl plik
@@ -15,7 +15,7 @@ A simple cmake-based system is available for building thunk. To build the runtim
```bash
mkdir -p build
cd build
cmake ..
cmake -DCMAKE_MODULE_PATH=../cmake_modules ..
make
```