diff --git a/index.html b/index.html index f5e1ea7..ce5b955 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,8 @@
copy plugin/emmet.vim to plugin directory. and copy autoload/emmet.vim to autoload directory.
-# cp plugin/emmet.vim ~/.vim/plugin/. -# cp autoload/emmet.vim ~/.vim/autoload/. +# cp -r plugin ~/.vim/. +# cp -r autoload ~/.vim/.
if you install pathogen.vim, you can make it work with only copying emmet-vim directory to bundle directory.