diff options
author | Vincent Klaiber <vinkla@users.noreply.github.com> | 2015-03-22 19:33:28 +0100 |
---|---|---|
committer | Vincent Klaiber <vincentklaiber@gmail.com> | 2015-04-23 08:35:17 +0200 |
commit | 3a8bcea2e7e40bb607462ac62817ad3add91e5a9 (patch) | |
tree | 1376aa6fe734afb7ab996a9eb816a2cac8b9c03e /doc/update | |
parent | 29f6b01d6343c08dc9fe1f6bdf95a645dd4e4cc0 (diff) | |
download | gitlab-ce-3a8bcea2e7e40bb607462ac62817ad3add91e5a9.tar.gz |
Fix nodejs installation guide 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 |