diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-04-23 09:08:34 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-04-23 09:08:34 +0200 |
commit | aac27550457eaf0503ce9bf7b04c18141ed317af (patch) | |
tree | 193f3f061501f0004d0d458afb1ccd527c2497de /doc/update | |
parent | 8b4d1b78e965b7ad438f9a45e8511f4be5d3b733 (diff) | |
parent | 3a8bcea2e7e40bb607462ac62817ad3add91e5a9 (diff) | |
download | gitlab-ce-aac27550457eaf0503ce9bf7b04c18141ed317af.tar.gz |
Merge pull request #8996 from vinkla/patch-1
Fix Node.js Error in Documentation
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/7.8-to-7.9.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/7.8-to-7.9.md b/doc/update/7.8-to-7.9.md index 28fd433e1c8..6ffa21c6141 100644 --- a/doc/update/7.8-to-7.9.md +++ b/doc/update/7.8-to-7.9.md @@ -42,6 +42,8 @@ sudo -u git -H git checkout v2.6.0 ### 4. Install libs, migrations, etc. +Please refer to the [Node.js setup documentation](https://github.com/joyent/node/wiki/installing-node.js-via-package-manager#debian-and-ubuntu-based-linux-distributions) if you aren't running default GitLab server setup. + ```bash sudo apt-get install nodejs |