diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 099717a7..09ddf433 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ A web extension that redirects YouTube, Twitter, Instagram... requests to altern [](https://codeberg.org/LibRedirect/libredirect) [](https://github.com/libredirect/libredirect/) - ## Translate [](https://hosted.weblate.org/projects/libredirect/extension) @@ -72,9 +71,11 @@ npm install ``` To generate html that uses `config.json` (needed to develop/build the extention), run: + ``` npm run ejs ``` + Afterwards, you will need to run it if you modify `config.json` or any files ending with .ejs. ### Build the extention zip archive: |