commit d5d2767dbcfd7ceb8dd53f13162458a824e650c9 parent fcf64828a6e35bbbb8b9bb60e49394085ca875a9 Author: Byron Torres <b@torresjrjr.com> Date: Thu, 24 Jun 2021 20:53:31 +0100 README.md: Rewrite "Install" section Diffstat:
M | README.md | | | 14 | ++++++-------- |
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md @@ -12,19 +12,17 @@ the *Gemini protocol specification v0.14.12 (2020-07-02)* Install ------- -Either: +Option 1: Use your preferred Vim plugin manager. E.g. [vim-plug][vp]. -- Use your preferred Vim plugin manager, e.g. [vim-plug][vp]: + :Plug 'https://git.sr.ht/~torresjrjr/gemini.vim' - :Plug 'https://git.sr.ht/~torresjrjr/gemini.vim' +Option 2: Install directly using native Vim 8 packages. -- Install manually using native Vim 8 packages: - - :help packages - - $ git clone https://git.sr.ht/~torresjrjr/gemini.vim \ + $ git clone https://git.sr.ht/~torresjrjr/gemini.vim \ ~/.vim/pack/plugins/start/gemini.vim + :help packages + Resources ---------