Skip to content

Commit 13c0f2a

Browse files
apt-get => apt-get install
1 parent edcbdeb commit 13c0f2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

en/ubuntu_10.10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Now this should work:
6565

6666
In development mode most of the time sqlite is enough. If you want to use MySQL the right Gem is mysql2 but before you should do:
6767

68-
sudo apt-get libmysqlclient16-dev
68+
sudo apt-get install libmysqlclient16-dev
6969

7070
And after:
7171

@@ -89,4 +89,4 @@ For GEdit we'll use GMate plugin. In Terminal:
8989
sudo apt-get update
9090
sudo apt-get install gedit-gmate
9191

92-
Now open GEdit got Edit/Preferences menu and in Plug-ins check all. Now everything is ready.
92+
Now open GEdit got Edit/Preferences menu and in Plug-ins check all. Now everything is ready.

pt/ubuntu_10.10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Agora o comando abaixo deve funcionar:
6565

6666
Para modo de desenvolvimento a maioria das vezes sqlite é suficiente e já foi instalado. Se você pretende usar MySQL a Gem correta é mysql2 mas antes deve rodar:
6767

68-
sudo apt-get libmysqlclient16-dev
68+
sudo apt-get install libmysqlclient16-dev
6969

7070
Depois:
7171

@@ -89,4 +89,4 @@ Para o GEdit usaremos o plugin GMate que tratará snippets, colorização e uma
8989
sudo apt-get update
9090
sudo apt-get install gedit-gmate
9191

92-
Abra o GEdit vá em Editar/Edit Preferências/Preferences e em Plug-ins habilite todos. Agora você pode criar sua primeira aplicação Rails e trabalhar com um bom editor.
92+
Abra o GEdit vá em Editar/Edit Preferências/Preferences e em Plug-ins habilite todos. Agora você pode criar sua primeira aplicação Rails e trabalhar com um bom editor.

0 commit comments

Comments
 (0)