From 9bbeb75dd8afb97a6c20440818d031596271f38a Mon Sep 17 00:00:00 2001 From: Jackson Bailey Date: Fri, 7 Feb 2020 14:45:02 -0500 Subject: [PATCH] Specify the full helptags command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b17ad446..8f297d40 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ This plugin follows the standard runtime path structure, and as such it can be i | [VAM][22] | `call vam#ActivateAddons([ 'vim-airline' ])` | | [Dein][52] | `call dein#add('vim-airline/vim-airline')` | | [minpac][55] | `call minpac#add('vim-airline/vim-airline')` | -| pack feature (native Vim 8 package feature)| `git clone https://github.com/vim-airline/vim-airline ~/.vim/pack/dist/start/vim-airline`
Remember to run `:helptags` to generate help tags | +| pack feature (native Vim 8 package feature)| `git clone https://github.com/vim-airline/vim-airline ~/.vim/pack/dist/start/vim-airline`
Remember to run `:helptags ~/.vim/pack/dist/start/vim-airline/doc` to generate help tags | | manual | copy all of the files into your `~/.vim` directory | # Documentation