Skip to content

Commit 60bed5f

Browse files
Update README devel instructions
1 parent ffe6a72 commit 60bed5f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,15 @@ this or other vim plugins
151151
the `vim` docstring (instead of manually updating the .txt file). See the
152152
misc/build_doc for more on how this is done.
153153
* Use [vader](https://github.com/junegunn/vader.vim) for unittesting. Use
154-
`test/run-tests.sh` to run them.
154+
`test/run-tests.sh` to run them. For this to run you have to first git clone
155+
vim-repeat and vim-vader in the root of this repo:
156+
157+
```sh
158+
git clone https://github.com/junegunn/vader.vim.git
159+
git clone https://github.com/tpope/vim-repeat.git
160+
```
161+
162+
155163

156164

157165
## TODO

0 commit comments

Comments
 (0)