Add submodule information
This commit is contained in:
parent
e61f4cad77
commit
2c6ca35218
|
@ -16,6 +16,12 @@ Para correr la wiki en local, es necesario tener instalado Hugo, [sigue estas in
|
|||
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
|
||||
```
|
||||
|
||||
Luego simplemente ejecuta el comando:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue