Switch git clone URLs to HTTPS

GitHub recommends HTTPS for security reasons.
This commit is contained in:
Federico Ceratto
2016-01-23 10:45:11 +00:00
parent e12e29a3e3
commit 22a65d12f0

View File

@@ -39,9 +39,9 @@ To build from source you will need:
If you are on a fairly modern *nix system, the following steps should work:
```
$ git clone git://github.com/nim-lang/Nim.git
$ git clone https://github.com/nim-lang/Nim.git
$ cd Nim
$ git clone --depth 1 git://github.com/nim-lang/csources
$ git clone --depth 1 https://github.com/nim-lang/csources
$ cd csources && sh build.sh
$ cd ..
$ bin/nim c koch