diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-03-16 13:45:27 -0700 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-03-16 13:45:27 -0700 |
commit | 5c9a924fe7172f62ed359277e467c8570bda718c (patch) | |
tree | e0048df36087d44e1f12745b1f909a45b0e2ffc4 | |
parent | 8eebb6e56601738027d8c5e65c9c3bd77911e3a8 (diff) | |
download | gitlab-ce-5c9a924fe7172f62ed359277e467c8570bda718c.tar.gz |
Add nodejs to installation doc.
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 2b204c72476..5170f6dc0de 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -56,7 +56,7 @@ up-to-date and install it. Install the required packages (needed to compile Ruby and native extensions to Ruby gems): - sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake libkrb5-dev + sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake libkrb5-dev nodejs Make sure you have the right version of Git installed |