]> Sergey Matveev's repositories - codecomm.git/blobdiff - INSTALL
Trivial installation instructions
[codecomm.git] / INSTALL
diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
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.