Skip to content

Commit af7f74b

Browse files
committed
update README instructions
1 parent 7ccce05 commit af7f74b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ You can point to a specific ref (commit, tag, branch) like this:
1919
* Update version in [`package.json`](/package.json)
2020
* Update package lock file: `npm install`
2121
* NOTE: if there was anything added or removed from the dependencies in `package-lock.json` you will need to update `flake.nix` to add them to the npm cache. TODO: automate this.
22-
* Update flake lock file: `nix flake update`
23-
* Test with `nix build .#` which should build an executable at `./result/bin/gren`
22+
* Update flake lock file: `nix flake update` (this may or may not update `flake.lock`)
23+
* Test with `nix build .#` which should build an executable you can test at `./result/bin/gren`
2424
* Commit the updated `package.json`, `package-lock.json` and `flake.lock` files
2525
* `git tag -a [version]`
2626
* `git push origin main --tags`

0 commit comments

Comments
 (0)