diff options
Diffstat (limited to 'Zig.novaextension/README.md')
| -rw-r--r-- | Zig.novaextension/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Zig.novaextension/README.md b/Zig.novaextension/README.md index f4516ef..72865ee 100644 --- a/Zig.novaextension/README.md +++ b/Zig.novaextension/README.md @@ -85,20 +85,20 @@ The Tree-sitter parser is built from the vendored grammar snapshot under `vendor Rebuild the parser dylib: ```sh -./Scripts/build-parser.sh +./scripts/build-parser.sh ``` Bump the vendored snapshot (and rebuild): ```sh -./Scripts/update-parser.sh # upstream HEAD -./Scripts/update-parser.sh <ref> # specific tag, branch, or SHA +./scripts/update-parser.sh # upstream HEAD +./scripts/update-parser.sh <ref> # specific tag, branch, or SHA ``` Validate the extension bundle: ```sh -/Applications/Nova.app/Contents/SharedSupport/nova extension validate . +/Applications/Nova.app/Contents/SharedSupport/nova extension validate Zig.novaextension/ ``` ## License |
