Skip to content

Commit 4e1b4a1

Browse files
committed
Fixed RVM loading instructions
1 parent 5b7b4b4 commit 4e1b4a1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

en/ubuntu_11_10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ RVM let you install and manage more than one Ruby version. But here we'll use on
2020

2121
## 4º Loading RVM
2222

23-
Run de code below
23+
Run de code below to make sure RVM will be loaded when opening a new terminal:
2424

2525
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc
2626

27-
Reload the file (in Terminal):
27+
Reload the configuration file (in Terminal):
2828

2929
. ~/.bashrc
3030

pt/ubuntu_11_10.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ O RVM permite instalar e gerenciar várias versões do Ruby. Mas nós usaremos s
2020

2121
## 4º Recarregando RVM no seu Terminal
2222

23-
Basta recarregar o arquivo (no Terminal digite):
23+
Execute o código abaixo para garantir que o RVM será carregado ao abrir um novo terminal:
24+
25+
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc
26+
27+
Recarregue o arquivo de configuração (no Terminal digite):
2428

2529
. ~/.bashrc
2630

0 commit comments

Comments
 (0)