diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-01-21 14:29:10 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-01-21 14:29:10 +0300 |
commit | 57e32c8d7ac8a9fb34a6c5d76b677a9df7dc714f (patch) | |
tree | bbde34f9224c9944c26f9cb67575a32d71e773f9 /README.md | |
parent | UX/UI tweaks (diff) | |
download | libredirect-57e32c8d7ac8a9fb34a6c5d76b677a9df7dc714f.zip |
Cleaned code. Fixed settings conversion not working
Diffstat (limited to '')
-rw-r--r-- | README.md | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/README.md b/README.md index d124296b..d61df1d9 100644 --- a/README.md +++ b/README.md @@ -67,26 +67,18 @@ npm update npm install ``` -To generate HTML that uses `config.json` (needed to develop/build the extension), run: +Generate the HTML pages: ``` -npm run ejs +npm run pug ``` -Afterwards, you will need to run it if you modify `config.json` or any files ending with .ejs. - ### Build the extension zip archive: ``` npm run build ``` -### Run automated tests - -``` -npm run test -``` - ### Test in Firefox ``` |