Updated README.md

Added an alternative link for cloning the repo in the build instructions
This commit is contained in:
Anny 2016-09-29 16:29:58 -07:00 committed by GitHub
parent 21e7e32126
commit 0b3b6e17bd

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