Skip to content

Commit

Permalink
Add nodemon dependency to installation instructions
Browse files Browse the repository at this point in the history
Without this, you will get an error when running `npm run dev` after following the installation instructions.
  • Loading branch information
aral authored Jul 4, 2022
1 parent cfa3f0a commit 922286f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Tree-sitter grammar for [svelte](https://svelte.dev)
npm i tree-sitter-svelte tree-sitter
```

Tree-sitter also requires [nodemon](https://nodemon.io/) to run, so also install that if you don’t already have it:

```
npm i -g nodemon
```

# Dev

After installation (`npm i`),
Expand Down

0 comments on commit 922286f

Please sign in to comment.