Skip to content

Commit f0fec9a

Browse files
author
Zuhaitz Méndez Fernández de Aránguiz
committed
chore: modify READMEs now that we have the submodules
1 parent f7b5222 commit f0fec9a

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Check out these projects built with Zen C:
115115
```bash
116116
git clone https://github.com/z-libs/Zen-C.git
117117
cd Zen-C
118+
git submodule update --init --recursive
118119
make clean # remove old build files
119120
make
120121
sudo make install

translations/README_ES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Echa un vistazo a estos proyectos construidos con Zen C:
115115
```bash
116116
git clone https://github.com/z-libs/Zen-C.git
117117
cd Zen-C
118+
git submodule update --init --recursive
118119
make clean # eliminar archivos de construcción antiguos
119120
make
120121
sudo make install

translations/README_IT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Dai un'occhiata a questi progetti creati con Zen C:
116116
```bash
117117
git clone https://github.com/z-libs/Zen-C.git
118118
cd Zen-C
119+
git submodule update --init --recursive
119120
make clean # rimuove i vecchi file di build
120121
make
121122
sudo make install

translations/README_PT_BR.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Confira estes projetos construídos com Zen C:
115115
```bash
116116
git clone https://github.com/z-libs/Zen-C.git
117117
cd Zen-C
118+
git submodule update --init --recursive
118119
make clean # remove arquivos de build antigos
119120
make
120121
sudo make install

translations/README_RU.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
```bash
113113
git clone https://github.com/z-libs/Zen-C.git
114114
cd Zen-C
115+
git submodule update --init --recursive
115116
make clean # удалить старые файлы сборки
116117
make
117118
sudo make install

translations/README_ZH_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
```bash
116116
git clone https://github.com/z-libs/Zen-C.git
117117
cd Zen-C
118+
git submodule update --init --recursive
118119
make clean # 移除旧的构建文件
119120
make
120121
sudo make install

translations/README_ZH_TW.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
```bash
116116
git clone https://github.com/z-libs/Zen-C.git
117117
cd Zen-C
118+
git submodule update --init --recursive
118119
make clean # 移除舊的構建文件
119120
make
120121
sudo make install

0 commit comments

Comments
 (0)