Skip to content

Commit c7b6573

Browse files
committed
fix: modify command to install in VIM 8+
Add the `cd` command to move to the plugin directory before cloning the repository
1 parent cae21a1 commit c7b6573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
Or with [Packer](https://github.com/wbthomason/packer.nvim): add `use 'wakatime/vim-wakatime'` to your plugins file.
2121

22-
Or with [Vim 8+](https://www.vim.org/): `mkdir -p ~/.vim/pack/plugins/start && ~/.vim/pack/plugins/start && git clone https://github.com/wakatime/vim-wakatime.git`
22+
Or with [Vim 8+](https://www.vim.org/): `mkdir -p ~/.vim/pack/plugins/start && cd ~/.vim/pack/plugins/start && git clone https://github.com/wakatime/vim-wakatime.git`
2323

2424
Or with [Lazy.nvim](https://github.com/folke/lazy.nvim.git): add to your plugins file.
2525
```lua

0 commit comments

Comments
 (0)