From 0b3b6e17bd4b0ea6c04b838997111375b83e0cb3 Mon Sep 17 00:00:00 2001 From: Anny Date: Thu, 29 Sep 2016 16:29:58 -0700 Subject: [PATCH] Updated README.md Added an alternative link for cloning the repo in the build instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 63ffdee..9cfdce1 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,10 @@ Building ```bash cd +# 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 -- 2.7.4