diff options
author | BobIsMyManager <bobismymanager@noreply.codeberg.org> | 2022-07-05 22:02:32 +0200 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-07-05 22:02:32 +0200 |
commit | 0ea6f3845e5e8317c0ac3a680ef56c2460af106c (patch) | |
tree | 144ed1d1eef46a0b5e2ae896883097d9f0e14bdc /README.md | |
parent | update instances (diff) | |
download | libredirect-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.md | 6 |
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 |