parent
a93dd0fa64
commit
7498d4144e
|
@ -16,8 +16,8 @@ the gem installation path. Run them now:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
|
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
|
||||||
echo 'export GEM_HOME=$HOME/gems' >> ~/.bashrc
|
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
|
||||||
echo 'export PATH=$HOME/gems/bin:$PATH' >> ~/.bashrc
|
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue