Commit 0b3b6e17 by Anny Committed by GitHub

Updated README.md

Added an alternative link for cloning the repo in the build instructions
parent 21e7e321
...@@ -61,7 +61,10 @@ Building ...@@ -61,7 +61,10 @@ Building
```bash ```bash
cd <parent of where you want glslang to be> cd <parent of where you want glslang to be>
# If using SSH
git clone git@github.com:KhronosGroup/glslang.git 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 #### 2) Check-Out External Projects
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment