Skip to content

Commit

Permalink
The sqlite3 gem needs pkg-config during installation (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisDot authored Jul 19, 2024
1 parent cf802f0 commit 4261817
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _partials/cn/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
在终端,执行下面的命令:

```bash
sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install sqlite3 libsqlite3-dev pkg-config
```

然后执行下面的命令:
Expand Down
2 changes: 1 addition & 1 deletion _partials/es/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ En algunas semanas hablaremos de bases de datos y de SQL. [SQLite](https://sqlit
En un terminal, ejecuta los siguientes comandos:

```bash
sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install sqlite3 libsqlite3-dev pkg-config
```

A continuación, ejecuta el siguiente comando:
Expand Down
2 changes: 1 addition & 1 deletion _partials/fr/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Dans quelques semaines, on abordera les bases de données et le SQL. [SQLite](ht
Dans un terminal, exécute la commande suivante :

```bash
sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install sqlite3 libsqlite3-dev pkg-config
```

Puis exécute celle-ci :
Expand Down
2 changes: 1 addition & 1 deletion _partials/pt/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Em algumas semanas falaremos sobre bancos de dados e SQL. [SQLite](https://sqlit
Em um terminal, execute os seguintes comandos:

```bash
sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install sqlite3 libsqlite3-dev pkg-config
```

Em seguida, execute o seguinte comando:
Expand Down
2 changes: 1 addition & 1 deletion _partials/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In a few weeks, we'll talk about databases and SQL. [SQLite](https://sqlite.org/
In a terminal, execute the following commands:

```bash
sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install sqlite3 libsqlite3-dev pkg-config
```

Then run the following command:
Expand Down

0 comments on commit 4261817

Please sign in to comment.