Skip to content

Commit fafeba0

Browse files
Update readme with instructions how to run tests. Closes #310
1 parent 8b4c81f commit fafeba0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,10 @@ issue.
339339
## Development
340340

341341
### Tests
342-
To run tests, [plenary.nvim](https://github.com/nvim-lua/plenary.nvim) is necessary. Once installed, run:
342+
To run tests, [plenary.nvim](https://github.com/nvim-lua/plenary.nvim) and [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) must be present in the nvim-orgmode directory:
343343
```
344+
git clone https://github.com/nvim-treesitter/nvim-treesitter
345+
git clone https://github.com/nvim-lua/plenary.nvim
344346
make test
345347
```
346348

0 commit comments

Comments
 (0)