Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-07-10 17:16:42 +0400
committerValeriy Sizov <vsv2711@gmail.com>2012-07-10 17:16:42 +0400
commitb58326afc6f77ccc43d4f250d7a0b8e1987ae068 (patch)
tree1541d6c8c32355e005e1dfc6d3d7948cbcf4e283 /doc
parent1dca367f225d3c3b3824c7e3d32f4d232cf1d141 (diff)
parent4a21f090292f05d3bbc017e6cee6b9a653403ac0 (diff)
Merge pull request #1069 from drt24/patch-1
Should append to .profile rather than overwriting it as it might have ex...
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index bf579b174c3..f15eff88fc5 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -107,7 +107,7 @@ Get gitolite source code:
Setup:
- sudo -u git sh -c 'echo -e "PATH=\$PATH:/home/git/bin\nexport PATH" > /home/git/.profile'
+ sudo -u git sh -c 'echo -e "PATH=\$PATH:/home/git/bin\nexport PATH" >> /home/git/.profile'
sudo -u git -H sh -c "PATH=/home/git/bin:$PATH; /home/git/gitolite/src/gl-system-install"
sudo cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub
sudo chmod 777 /home/git/gitlab.pub