aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
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`.
13 13
14This should be sufficient: 14This should be sufficient:
15 15
16 git clone https://git.entwicklerseite.de/vim-recently-used ~/.vim/pack/coderonline/start/ 16 git clone https://git.entwicklerseite.de/vim-recently-used \
17 ~/.vim/pack/coderonline/start/vim-recently-used
18
19Or as submodule:
20
21 git submodule add https://git.entwicklerseite.de/vim-recently-used \
22 ~/.vim/pack/coderonline/start/vim-recently-used
17 23
18Or download the zip file and extract it under `~/.vim/pack/coderonline/start/`. 24Or download the zip file and extract it under `~/.vim/pack/coderonline/start/`.
19 25
@@ -32,4 +38,3 @@ Or download the zip file and extract it under `~/.vim/pack/coderonline/start/`.
32 38
33* Keep it really simple 39* Keep it really simple
34* Make it a one liner 40* Make it a one liner
35
..