diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-21 13:56:08 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-21 13:56:08 -0700 |
commit | 4a40be4bf24f98aef75e0188bab4506edf6d2bed (patch) | |
tree | ac5fd2febf4c22c4c716faf4e26b239f9e052ee5 | |
parent | dfcd51f4a231e55631cacef954cb42ad2036f4c0 (diff) | |
parent | 23ece31ae2685ba08ae3d6bc7a33c912580aafd3 (diff) | |
download | gitlab-ci-2-2-stable.tar.gz |
Merge pull request #193 from chulkilee/2-2-stable2-2-stable
tmp/sockets should be created
-rw-r--r-- | doc/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index 42db99f..3f660c8 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -59,7 +59,7 @@ Create a user for GitLab: # Create a tmp directory inside application # - mkdir -p tmp/pids + mkdir -p tmp/pids tmp/sockets # Install dependencies # |