From ca28174dcc6b4c8555846c3f0e28028db39cd626 Mon Sep 17 00:00:00 2001 From: Rane Brown Date: Mon, 23 Mar 2020 05:53:15 -0600 Subject: [PATCH] Add shell command to install helptags #836 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1d2831..4156a9b 100644 --- a/README.md +++ b/README.md @@ -98,11 +98,14 @@ Without them, VimWiki will not work properly. git clone https://github.com/vimwiki/vimwiki.git ~/.vim/pack/plugins/start/vimwiki +# to generate documentation i.e. ':h vimwiki' +vim -c 'helptags ~/.vim/pack/plugins/start/vimwiki/doc' -c quit + ``` Notes: -- See `:h helptags` for information on installing the documentation. +- See `:h helptags` for issues with installing the documentation. - For general information on vim packages see `:h packages`. #### Installation using [Pathogen](https://github.com/tpope/vim-pathogen)