summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Beattie <paul@paul-beattie.com>2015-03-22 22:41:21 +0000
committerPaul Beattie <paul@paul-beattie.com>2015-03-22 22:41:21 +0000
commite15d154b1c30d8ab8ebd5c9b94e9cca30c2cf7e3 (patch)
treeb773efc328f2c2893ca8c1b43cf9ec19fa01b601
parent993774797c172ec75670de934addac32f42156e2 (diff)
downloadgitlab-ce-e15d154b1c30d8ab8ebd5c9b94e9cca30c2cf7e3.tar.gz
Updated upgrader to highlight nodejs as required package [ci skip]
-rw-r--r--doc/update/upgrader.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md
index d8476fb3457..f62a53d3340 100644
--- a/doc/update/upgrader.md
+++ b/doc/update/upgrader.md
@@ -24,7 +24,7 @@ If you have local changes to your GitLab repository the script will stash them a
## 2. Run GitLab upgrade tool
-Note: GitLab 7.9 adds nodejs as a dependency. GitLab 7.6 adds `libkrb5-dev` as a dependency (installed by default on Ubuntu and OSX). GitLab 7.2 adds `pkg-config` and `cmake` as dependency. Please check the dependencies in the [installation guide.](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#1-packages-dependencies)
+Note: GitLab 7.9 adds `nodejs` as a dependency. GitLab 7.6 adds `libkrb5-dev` as a dependency (installed by default on Ubuntu and OSX). GitLab 7.2 adds `pkg-config` and `cmake` as dependency. Please check the dependencies in the [installation guide.](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#1-packages-dependencies)
# Starting with GitLab version 7.0 upgrader script has been moved to bin directory
cd /home/git/gitlab