Skip to content

Commit

Permalink
setup guides generated
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 19, 2024
1 parent 4261817 commit 00c85c8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ubuntu.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ yarn -v
在终端,执行下面的命令:
```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 ubuntu.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,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 ubuntu.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,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 ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,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
2 changes: 1 addition & 1 deletion ubuntu.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,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 windows.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ yarn -v
在终端,执行下面的命令:
```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 windows.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,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 windows.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,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 windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,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
2 changes: 1 addition & 1 deletion windows.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,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

0 comments on commit 00c85c8

Please # to comment.