diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-02 19:32:17 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-02 19:32:17 +0000 |
commit | b2e5c423d7080644132c70650bc707feb41cd5a9 (patch) | |
tree | dd98634af5c2796a6435afe6c1e2a7254d981c8b | |
parent | e7251c145caa367ab26700bd63b36c225fb80ef0 (diff) | |
parent | 32b3a82d81b76a0748ea316405a38b4abeb3a512 (diff) | |
download | gitlab-ce-b2e5c423d7080644132c70650bc707feb41cd5a9.tar.gz |
Merge branch 'fix-ruby-verification-command' into 'master'
Fix Ruby verification command
See merge request !8938
-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 425c5d93efb..b2d5d51d37d 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -124,7 +124,7 @@ Download Ruby and compile it: mkdir /tmp/ruby && cd /tmp/ruby curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.3.tar.gz - echo '1014ee699071aa2ddd501907d18cbe15399c997d ruby-2.3.3.tar.gz' | shasum -c - && tar xzf ruby-2.3.3.tar.gz + echo '1014ee699071aa2ddd501907d18cbe15399c997d ruby-2.3.3.tar.gz' | shasum -c - && tar xzf ruby-2.3.3.tar.gz cd ruby-2.3.3 ./configure --disable-install-rdoc make |