summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-28 11:54:11 -0600
committerMike Greiling <mike@pixelcog.com>2017-02-28 17:09:33 -0600
commit17ac3ab591f58edb288b098532ad0669789b371a (patch)
tree0ea65f44d53ff5521399d2319380a9e348149ccb
parent1776120bd106771252cdfe75e499060f5db88ed3 (diff)
downloadgitlab-ce-8-17-stable-pick-yarn-support.tar.gz
Pick !9590 into 8-17-stable8-17-stable-pick-yarn-support
-rw-r--r--doc/install/installation.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 5ba338ba7d1..bb4141c6cd3 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -155,10 +155,9 @@ page](https://golang.org/dl).
## 4. Node
Since GitLab 8.17, GitLab requires the use of node >= v4.3.0 to compile
-javascript assets, and starting in GitLab 9.0, yarn >= v0.17.0 is required to
-manage javascript dependencies. In many distros the versions provided by the
-official package repositories are out of date, so we'll need to install through
-the following commands:
+javascript assets, and yarn >= v0.17.0 to manage javascript dependencies.
+In many distros the versions provided by the official package repositories
+are out of date, so we'll need to install through the following commands:
# install node v7.x
curl --location https://deb.nodesource.com/setup_7.x | bash -