diff options
author | Stan Hu <stanhu@gmail.com> | 2018-06-08 08:21:27 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-06-08 08:21:27 -0700 |
commit | 987b07f56a32cb86e80c6a5a282373f7c9e0a902 (patch) | |
tree | 6eca6e5dc2159d333fd954dbb0ef07de74d07528 /doc/update | |
parent | f0bf1b64a1dfa4f6715463b9e82291f54104eb37 (diff) | |
download | gitlab-ce-987b07f56a32cb86e80c6a5a282373f7c9e0a902.tar.gz |
Fix formatting
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/10.8-to-11.0.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/update/10.8-to-11.0.md b/doc/update/10.8-to-11.0.md index 87b5dfe226b..78a47ab939f 100644 --- a/doc/update/10.8-to-11.0.md +++ b/doc/update/10.8-to-11.0.md @@ -38,16 +38,16 @@ You can check which version you are running with `ruby -v`. Download Ruby and compile it: - ```bash - mkdir /tmp/ruby && cd /tmp/ruby - curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.4.tar.gz - echo 'ec82b0d53bd0adad9b19e6b45e44d54e9ec3f10c ruby-2.4.4.tar.gz' | shasum -c - && tar xzf ruby-2.4.4.tar.gz - cd ruby-2.4.4 - - ./configure --disable-install-rdoc - make - sudo make install - ``` +```bash +mkdir /tmp/ruby && cd /tmp/ruby +curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.4.tar.gz +echo 'ec82b0d53bd0adad9b19e6b45e44d54e9ec3f10c ruby-2.4.4.tar.gz' | shasum -c - && tar xzf ruby-2.4.4.tar.gz +cd ruby-2.4.4 + +./configure --disable-install-rdoc +make +sudo make install +``` Install Bundler: |