diff options
| -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 |
