]> Sergey Matveev's repositories - codecomm.git/commitdiff
Trivial installation instructions
authorSergey Matveev <stargrave@stargrave.org>
Wed, 27 May 2020 10:33:15 +0000 (13:33 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 27 May 2020 10:33:15 +0000 (13:33 +0300)
INSTALL [new file with mode: 0644]
README [new file with mode: 0644]

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.
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..dbb879e
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+Code commenting helper Vim plugin.
+See doc/codecomm.txt for more information.