summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-16 00:17:51 -0600
committerMike Greiling <mike@pixelcog.com>2017-02-16 00:17:51 -0600
commit9b885e92f31a8756a4e0e221dddb9625d0e76bce (patch)
tree45a8a1a4009b12f8dc16a7bee310df074cf0e508
parentcc9859fccd03b39579bd572e9d04c668dd47b3ec (diff)
downloadgitlab-ce-9b885e92f31a8756a4e0e221dddb9625d0e76bce.tar.gz
add yarn command to install from source instructions
-rw-r--r--doc/install/installation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 7b33031f9c0..ae6c2626002 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -468,6 +468,7 @@ Check if GitLab and its environment are configured correctly:
### Compile Assets
+ sudo -u git -H yarn install --force --pure-lockfile
sudo -u git -H bundle exec rake gitlab:assets:compile RAILS_ENV=production NODE_ENV=production
### Start Your GitLab Instance