OSDN Git Service

installation guide: change link to script of auto-install
authorValery Sizov <vsv2711@gmail.com>
Tue, 27 Mar 2012 20:15:09 +0000 (23:15 +0300)
committerValery Sizov <vsv2711@gmail.com>
Tue, 27 Mar 2012 20:15:09 +0000 (23:15 +0300)
doc/installation.md

index 79ed2cc..c2b11b2 100644 (file)
@@ -43,7 +43,7 @@ The installation consists of 6 steps:
 >     apt-get install curl sudo
 >     
 >     # 3 steps in 1 command :)
->     curl http://dl.dropbox.com/u/936096/debian_ubuntu.sh | sh
+>     curl https://raw.github.com/gitlabhq/gitlabhq/master/doc/debian_ubuntu.sh | sh
 > 
 > Now you can go to step 4"
 > - - -