aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4b4eeb8..aa4ac99 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ the window.
28 28
29## Installation 29## Installation
30 30
31Download the [zip file](https://git.entwicklerseite.de/vim-recently-used/snapshot/vim-recently-used-master.zip) 31Download the [zip file](https://git.entwicklerseite.de/vim-karlmarks/snapshot/vim-karlmarks-master.zip)
32and extract it inside `~/.vim/pack/coderonline/start/`. 32and extract it inside `~/.vim/pack/coderonline/start/`.
33 33
34### Example 34### Example
@@ -36,11 +36,11 @@ and extract it inside `~/.vim/pack/coderonline/start/`.
36 mkdir ~/.vim/pack/coderonline/start/ 36 mkdir ~/.vim/pack/coderonline/start/
37 cd ~/.vim/pack/coderonline/start/ 37 cd ~/.vim/pack/coderonline/start/
38 # download plugin in that directory: 38 # download plugin in that directory:
39 curl -o vim-recently-used.zip https://git.entwicklerseite.de/vim-recently-used/snapshot/vim-recently-used-master.zip 39 curl -o vim-karlmarks.zip https://git.entwicklerseite.de/vim-karlmarks/snapshot/vim-karlmarks-master.zip
40 # unzip the zip file 40 # unzip the zip file
41 unzip vim-recently-used.zip 41 unzip vim-karlmarks.zip
42 # remove zip file (not needed any more) 42 # remove zip file (not needed any more)
43 rm vim-recently-used.zip 43 rm vim-karlmarks.zip
44 44
45 45
46## Deinstallation 46## Deinstallation
..