diff options
author | Chulki Lee <chulki@asperasoft.com> | 2013-06-19 22:24:19 -0700 |
---|---|---|
committer | Chulki Lee <chulki@asperasoft.com> | 2013-06-19 22:26:03 -0700 |
commit | 23ece31ae2685ba08ae3d6bc7a33c912580aafd3 (patch) | |
tree | ac5fd2febf4c22c4c716faf4e26b239f9e052ee5 | |
parent | dfcd51f4a231e55631cacef954cb42ad2036f4c0 (diff) | |
download | gitlab-ci-23ece31ae2685ba08ae3d6bc7a33c912580aafd3.tar.gz |
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 # |