diff options
author | Rubén Dávila Santos <ruben@gitlab.com> | 2016-08-22 18:05:13 +0000 |
---|---|---|
committer | Rubén Dávila Santos <ruben@gitlab.com> | 2016-08-22 18:05:13 +0000 |
commit | b36b885cfd6cc931e701812492d51986797714b5 (patch) | |
tree | 32b781a22233786533d6f2811fe6d38be7a3b5e0 /doc/update | |
parent | f41098adef6292020dae0b0134aa91820700f64f (diff) | |
download | gitlab-ce-b36b885cfd6cc931e701812492d51986797714b5.tar.gz |
Fix for update 8.10-to-8.11.md doc.
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.10-to-8.11.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/update/8.10-to-8.11.md b/doc/update/8.10-to-8.11.md index 1c849ad59a9..98721763566 100644 --- a/doc/update/8.10-to-8.11.md +++ b/doc/update/8.10-to-8.11.md @@ -28,7 +28,7 @@ You can check which version you are running with `ruby -v`. Download and compile Ruby: -``bash +```bash mkdir /tmp/ruby && cd /tmp/ruby curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.gz echo 'c39b4001f7acb4e334cb60a0f4df72d434bef711 ruby-2.3.1.tar.gz' | shasum --check - && tar xzf ruby-2.3.1.tar.gz @@ -36,13 +36,13 @@ cd ruby-2.3.1 ./configure --disable-install-rdoc make sudo make install -`` +``` Install Bundler: -``bash +```bash sudo gem install bundler --no-ri --no-rdoc -`` +``` ### 4. Get latest code |