Add submodule information

This commit is contained in:
selankon 2024-07-03 18:35:42 +02:00
parent e61f4cad77
commit 2c6ca35218
1 changed files with 6 additions and 0 deletions

View File

@ -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