summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-21 13:56:08 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-21 13:56:08 -0700
commit4a40be4bf24f98aef75e0188bab4506edf6d2bed (patch)
treeac5fd2febf4c22c4c716faf4e26b239f9e052ee5
parentdfcd51f4a231e55631cacef954cb42ad2036f4c0 (diff)
parent23ece31ae2685ba08ae3d6bc7a33c912580aafd3 (diff)
downloadgitlab-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.md2
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
#