diff --git a/README.md b/README.md
index 63ffdee1701612c3bdcaa8f873c80c9a755b27c8..9cfdce1839c953287c3998ca9df603de9b43cead 100644
--- a/README.md
+++ b/README.md
@@ -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