Merge pull request #530 from annygakh/master

Updated README.md
This commit is contained in:
John Kessenich 2016-09-29 17:39:01 -06:00 committed by GitHub
commit 16738a3632

View File

@ -61,7 +61,10 @@ Building
```bash
cd <parent of where you want glslang to be>
# If using SSH
git clone git@github.com:KhronosGroup/glslang.git
# Or if using HTTPS
git clone https://github.com/KhronosGroup/glslang.git
```
#### 2) Check-Out External Projects