Update ubuntu.md (#7420)

Merge pull request 7420
This commit is contained in:
Daniel Höpfl 2018-12-13 22:31:21 +01:00 committed by jekyllbot
parent a93dd0fa64
commit 7498d4144e
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ the gem installation path. Run them now:
```sh
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME=$HOME/gems' >> ~/.bashrc
echo 'export PATH=$HOME/gems/bin:$PATH' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
```