From 22a65d12f0ab0009658d49007d1d536ef409ee11 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sat, 23 Jan 2016 10:45:11 +0000 Subject: Switch git clone URLs to HTTPS GitHub recommends HTTPS for security reasons. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 32dbad9f1..27b2273f0 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit 1.4.1-2-gfad0