Skip to content

Commit 9c78cd7

Browse files
authored
Update README.md
1 parent 6ff5aed commit 9c78cd7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ A ready to use minimal Vim (Sublime Text -like) .vimrc configuration
88
(<a href="https://github.com/alexstep/vim-sublime/raw/master/vim-sublime.gif">Play Video</a>)
99
</p>
1010

11-
## Quick install (bash)
11+
## Quick install
12+
Run this script
13+
14+
``` curl https://raw.githubusercontent.com/alexstep/vim-sublime/master/install.sh | sh ```
15+
16+
or paste in console:
17+
1218
```apt-get install vim -y```
1319
```mkdir -p $HOME/.vim/bundle && \
1420
git clone --depth=1 https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim && \

0 commit comments

Comments
 (0)