diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-02-17 11:10:02 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-02-17 11:10:38 -0600 |
commit | c77b68d627f9f8e8eaacd61bc352aadf0b904c16 (patch) | |
tree | d1d3ee0393a240792ed8e3947ad81d3a83ac0e8d /doc | |
parent | 5da4261865a699f2f52a32f196ddbf914bf87c89 (diff) | |
download | gitlab-ce-c77b68d627f9f8e8eaacd61bc352aadf0b904c16.tar.gz |
correct gitlab version that started requiring yarnadd-yarn-documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index d844140a678..5ba338ba7d1 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -155,9 +155,10 @@ 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 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: +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: # install node v7.x curl --location https://deb.nodesource.com/setup_7.x | bash - |