From 57e32c8d7ac8a9fb34a6c5d76b677a9df7dc714f Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 21 Jan 2023 14:29:10 +0300 Subject: Cleaned code. Fixed settings conversion not working --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'README.md') 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 ``` -- cgit 1.4.1