aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd849f0..65559f1 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,9 @@ 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://github.com/coderonline/vim-recently-used ~/.vim/pack/coderonline/ 16 git clone https://git.entwicklerseite.de/vim-recently-used ~/.vim/pack/coderonline/start/
17 17
18Or download the zip file and extract it under `~/.vim/pack/coderonline`. 18Or download the zip file and extract it under `~/.vim/pack/coderonline/start/`.
19 19
20## Installation using plugin managers 20## Installation using plugin managers
21 21
..