diff options
author | Hygna <hygna@proton.me> | 2022-10-24 23:03:34 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-24 23:03:34 +0100 |
commit | 138910dc6cc15e29dabc03ccfd17d3b01388320d (patch) | |
tree | f4b16ebc627b86a4f46a89f81e5af8e3899c1544 /README.md | |
parent | Update version 2.3.3 => 2.3.4 (diff) | |
download | libredirect-138910dc6cc15e29dabc03ccfd17d3b01388320d.zip |
Stopped tracking generated html files in git
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 72074f7b..099717a7 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ npm update npm install ``` -If you are modifying `config.json` or any files ending with .ejs, you need to run the following command to render html: - +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: |