aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2020-08-02 01:27:57 +0200
committerMax Christian Pohle2020-08-02 01:27:57 +0200
commitb91c1bd562bd8eef17851b498b6c22496e5d9762 (patch)
treeb0cd6a056926cef34290dd0bd5429d3436c52147
parent10abc4eb6ba3bf09a5926e1137a75fec6f29fe34 (diff)
downloadvim-karlmarks-b91c1bd562bd8eef17851b498b6c22496e5d9762.tar.bz2
vim-karlmarks-b91c1bd562bd8eef17851b498b6c22496e5d9762.zip
Fixed C&P error in README
-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
..