Delete submodule depth
This commit is contained in:
parent
ffaeab3635
commit
44a6fdae42
|
@ -19,7 +19,7 @@ sudo apt install hugo
|
||||||
Para instalar el tema Blowfish hay que descargar el submodulo de git:
|
Para instalar el tema Blowfish hay que descargar el submodulo de git:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git submodule update --depth 1 --init --recursive --progress
|
git submodule update --init --recursive --progress
|
||||||
```
|
```
|
||||||
|
|
||||||
Luego simplemente ejecuta el comando:
|
Luego simplemente ejecuta el comando:
|
||||||
|
|
Loading…
Reference in New Issue