about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-01-21 14:29:10 +0300
committerManeraKai <manerakai@protonmail.com>2023-01-21 14:29:10 +0300
commit57e32c8d7ac8a9fb34a6c5d76b677a9df7dc714f (patch)
treebbde34f9224c9944c26f9cb67575a32d71e773f9 /README.md
parentUX/UI tweaks (diff)
downloadlibredirect-57e32c8d7ac8a9fb34a6c5d76b677a9df7dc714f.zip
Cleaned code. Fixed settings conversion not working
Diffstat (limited to '')
-rw-r--r--README.md12
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
 
 ```