X-Git-Url: http://www.git.stargrave.org/?p=codecomm.git;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=a903fbeb2b6aa1cf22d9196a8dddee4a3bd87c61;hp=0000000000000000000000000000000000000000;hb=30dd4ab031c786602172a195c70b09a2149cee75;hpb=20ee381c54719ca7cece89444133b6d89d036b9b diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..a903fbe --- /dev/null +++ b/INSTALL @@ -0,0 +1,10 @@ + $ mkdir -p ~/.vim/pack/codecomm/opt + $ cd ~/.vim/pack/codecomm/opt + $ git clone git://git.stargrave.org/codecomm.git + $ vim -u NONE -c "helptags codecomm/doc" -c quit + +You can also use https://git.stargrave.org/git/codecomm.git Git URL. + +This example installs codecomm as an optionally loaded plugin, so you +have to ":packadd codecomm" for enabling it. Use "start" instead of +"opt" directory to load it automatically.