Delete submodule depth

This commit is contained in:
selankon 2024-07-03 19:40:14 +02:00
parent ffaeab3635
commit 44a6fdae42
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ sudo apt install hugo
Para instalar el tema Blowfish hay que descargar el submodulo de git:
```bash
git submodule update --depth 1 --init --recursive --progress
git submodule update --init --recursive --progress
```
Luego simplemente ejecuta el comando: