From 0ea6f3845e5e8317c0ac3a680ef56c2460af106c Mon Sep 17 00:00:00 2001 From: BobIsMyManager Date: Tue, 5 Jul 2022 22:02:32 +0200 Subject: Added I2P and Lokinet support for simply translate. (#4) Co-authored-by: BobIsMyManager Reviewed-on: https://codeberg.org/LibRedirect/libredirect/pulls/4 Co-authored-by: BobIsMyManager Co-committed-by: BobIsMyManager --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 -- cgit 1.4.1