Fixes installation with non-bundle.

This commit is contained in:
mattn
2013-08-15 10:36:55 +09:00
parent e6fc11efb2
commit d788857b81

View File

@@ -30,8 +30,8 @@
<h2 class="maintitle">Install</h2>
<p>copy plugin/emmet.vim to plugin directory. and copy autoload/emmet.vim to autoload directory.</p>
<pre class="code">
# cp plugin/emmet.vim ~/.vim/plugin/.
# cp autoload/emmet.vim ~/.vim/autoload/.
# cp -r plugin ~/.vim/.
# cp -r autoload ~/.vim/.
</pre>
<p>if you install <a href="http://www.vim.org/scripts/script.php?script_id=2332">pathogen.vim</a>, you can make it work with only copying emmet-vim directory to bundle directory.</p>
<pre class="code">