From 41849dc40d776841a3104d15c8b8ac69425f17f7 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 16 Mar 2025 00:32:51 +0000 Subject: [PATCH] README: fix "make clean" instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fad206..ce81b57 100644 --- a/README.md +++ b/README.md @@ -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/`.