README: fix "make clean" instructions

This commit is contained in:
2025-03-16 00:32:51 +00:00
parent 9ccb867150
commit 41849dc40d

View File

@@ -19,6 +19,6 @@ roughly:
2. `tree-sitter generate`
3. `tree-sitter test`
run `nix run '.#clean'` before committing to avoid checking in build artifacts.
run `make clean` from within the `nix develop` shell before committing to avoid checking in build artifacts.
the parser is defined in `grammar.js`, and tests live in `corpus/`.