diff options
author | Max Christian Pohle | 2020-08-02 01:27:57 +0200 |
---|---|---|
committer | Max Christian Pohle | 2020-08-02 01:27:57 +0200 |
commit | b91c1bd562bd8eef17851b498b6c22496e5d9762 (patch) | |
tree | b0cd6a056926cef34290dd0bd5429d3436c52147 | |
parent | 10abc4eb6ba3bf09a5926e1137a75fec6f29fe34 (diff) | |
download | vim-karlmarks-b91c1bd562bd8eef17851b498b6c22496e5d9762.tar.bz2 vim-karlmarks-b91c1bd562bd8eef17851b498b6c22496e5d9762.zip |
Fixed C&P error in README
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -28,7 +28,7 @@ the window. | |||
28 | 28 | ||
29 | ## Installation | 29 | ## Installation |
30 | 30 | ||
31 | Download the [zip file](https://git.entwicklerseite.de/vim-recently-used/snapshot/vim-recently-used-master.zip) | 31 | Download the [zip file](https://git.entwicklerseite.de/vim-karlmarks/snapshot/vim-karlmarks-master.zip) |
32 | and extract it inside `~/.vim/pack/coderonline/start/`. | 32 | and 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 |