about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorBobIsMyManager <bobismymanager@noreply.codeberg.org>2022-07-05 22:02:32 +0200
committerManeraKai <manerakai@protonmail.com>2022-07-05 22:02:32 +0200
commit0ea6f3845e5e8317c0ac3a680ef56c2460af106c (patch)
tree144ed1d1eef46a0b5e2ae896883097d9f0e14bdc /README.md
parentupdate instances (diff)
downloadlibredirect-0ea6f3845e5e8317c0ac3a680ef56c2460af106c.zip
Added I2P and Lokinet support for simply translate. (#4)
Co-authored-by: BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co>
Reviewed-on: https://codeberg.org/LibRedirect/libredirect/pulls/4
Co-authored-by: BobIsMyManager <bobismymanager@noreply.codeberg.org>
Co-committed-by: BobIsMyManager <bobismymanager@noreply.codeberg.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 26ed7f01..2c80a614 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,12 @@ npm update
 npm install
 ```
 
+If you are modifying any files ending with .pug, the pug cli needs to be installed with the following command (with root privileges):
+```
+npm install -g pug-cli
+```
+and then run `./script.sh` to generate pages in the background.
+
 ### Build
 ```
 npm run build