diff options
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 ``` |