mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
Added working commands for Windows users
Windows users are likely to be using either Windows Terminal (which uses PowerShell) or PowerShell directly.
This commit is contained in:
parent
c669e5ee15
commit
dddbc2d4f7
|
|
@ -80,6 +80,11 @@ You can test this parser by creating a source file with the contents "hello" and
|
|||
echo 'hello' > example-file
|
||||
tree-sitter parse example-file
|
||||
```
|
||||
Alternatively, in Windows PowerShell:
|
||||
```pwsh
|
||||
"hello" | Out-File example-file -Encoding utf8
|
||||
tree-sitter parse example-file
|
||||
```
|
||||
|
||||
This should print the following:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue