Update README.md

This commit is contained in:
Jean Viscogliosi-Pate 2025-01-26 22:01:04 -05:00
parent 6e63d38f86
commit ad2605e085
1 changed files with 3 additions and 3 deletions

View File

@ -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