From 463cab0af26022d8c2cad3760383bcc6f41dd57f Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 17 Jul 2020 00:28:51 +0200 Subject: Improved README and code comments --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 65559f1..dd2402e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,13 @@ update the list after changing to another directory with `:cd`. This should be sufficient: - git clone https://git.entwicklerseite.de/vim-recently-used ~/.vim/pack/coderonline/start/ + git clone https://git.entwicklerseite.de/vim-recently-used \ + ~/.vim/pack/coderonline/start/vim-recently-used + +Or as submodule: + + git submodule add https://git.entwicklerseite.de/vim-recently-used \ + ~/.vim/pack/coderonline/start/vim-recently-used Or download the zip file and extract it under `~/.vim/pack/coderonline/start/`. @@ -32,4 +38,3 @@ Or download the zip file and extract it under `~/.vim/pack/coderonline/start/`. * Keep it really simple * Make it a one liner - -- cgit v1.2.3