Skip to content

Commit 81b9d9f

Browse files
committed
README.md install commands fix for Vim 8
1 parent fcc1401 commit 81b9d9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Add `Plugin 'mustache/vim-mustache-handlebars'` to your `.vimrc` and do a
3232

3333
> **Heads up!** Only available for Vim 8+
3434
35-
mkdir -p ~/.vim/pack/mustache/start
36-
cd ~/.vim/pack/mustache/start
37-
git clone https://github.com/mustache/vim-mustache-handlebars.git
35+
mkdir -p ~/.vim/pack/mustache/start
36+
cd ~/.vim/pack/mustache/start
37+
git clone https://github.com/mustache/vim-mustache-handlebars.git
3838

3939
**To learn more about Vim's built-in package manager:** `:help packages`.
4040

0 commit comments

Comments
 (0)