Update README.md
This commit is contained in:
parent
6e63d38f86
commit
ad2605e085
|
@ -6,9 +6,9 @@ Enables customization of reader-insert stories by replacing author-provided hook
|
|||
|
||||
## Development
|
||||
|
||||
MetamorPOV includes Node packages for verb conjugation. You'll need (Node)[https://nodejs.org/] installed globally. As an alternative, install [Nix](https://nixos.org/) and type `nix develop` with the experimental flakes feature enabled. After that, from the extension's root directory:
|
||||
MetamorPOV includes Node packages for verb conjugation. You'll need [Node](https://nodejs.org/) installed globally. As an alternative, install [Nix](https://nixos.org/) and type `nix develop` with the experimental flakes feature enabled. After that, from the extension's root directory:
|
||||
|
||||
```bash
|
||||
```sh
|
||||
# Install project dependencies
|
||||
npm install
|
||||
|
||||
|
@ -19,7 +19,7 @@ npm run build
|
|||
npm run test
|
||||
```
|
||||
|
||||
When running the extension through the `test` script, it will be updated automatically as source files are modified. This excludes `content-script.js`, which has to be bundled manually from `replace-verbs.js` by running the `build` script.
|
||||
When running the extension with the `test` script, it will be updated automatically as source files are modified. This excludes `content-script.js`, which has to be bundled manually by running the `build` script.
|
||||
|
||||
## Copyright and License
|
||||
|
||||
|
|
Loading…
Reference in New Issue