summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-10-28 08:53:08 +0100
committerAzul <azul@leap.se>2013-10-28 08:53:08 +0100
commit630b6c603594df8a9fa99555928ca68df8e8d8fa (patch)
tree3ca6f34a3cb713d02e30748e86acf81655694df6 /INSTALL.md
parent7abdb17fef4c48dc62621cb10062f14379039cdf (diff)
parent12f3d31e14fed756e909c8a656b00f92a9a62234 (diff)
Merge branch 'feature/4109-https-sources' into develop
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 7e95b76..75cb2a6 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -8,7 +8,7 @@ Install git, ruby 1.9, rubygems and couchdb on your system. Then run
```
gem install bundler
-git clone git://github.com/leapcode/leap_web.git
+git clone https://leap.se/git/leap_web
cd leap_web
git submodule init
git submodule update
@@ -36,7 +36,7 @@ The following packages need to be installed:
Simply clone the git repository:
```
- git clone git://github.com/leapcode/leap_web.git
+ git clone https://leap.se/git/leap_web
cd leap_web
```