Skip to content

Commit 84300be

Browse files
authored
doc: add info on installing temporarily by nix-shell (ast-grep#627)
1 parent 76d7156 commit 84300be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/guide/quick-start.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ brew install ast-grep
2929
sudo port install ast-grep
3030
```
3131

32+
```shell [nix-shell]
33+
# try ast-grep in nix-shell
34+
nix-shell -p ast-grep
35+
```
36+
3237
```shell [cargo]
3338
# install via cargo
3439
cargo install ast-grep --locked

0 commit comments

Comments
 (0)