From b91c1bd562bd8eef17851b498b6c22496e5d9762 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 2 Aug 2020 01:27:57 +0200 Subject: Fixed C&P error in README --- README.md | 10 +++++----- 1 file 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. ## Installation -Download the [zip file](https://git.entwicklerseite.de/vim-recently-used/snapshot/vim-recently-used-master.zip) +Download the [zip file](https://git.entwicklerseite.de/vim-karlmarks/snapshot/vim-karlmarks-master.zip) and extract it inside `~/.vim/pack/coderonline/start/`. ### Example @@ -36,11 +36,11 @@ and extract it inside `~/.vim/pack/coderonline/start/`. mkdir ~/.vim/pack/coderonline/start/ cd ~/.vim/pack/coderonline/start/ # download plugin in that directory: - curl -o vim-recently-used.zip https://git.entwicklerseite.de/vim-recently-used/snapshot/vim-recently-used-master.zip - # unzip the zip file - unzip vim-recently-used.zip + curl -o vim-karlmarks.zip https://git.entwicklerseite.de/vim-karlmarks/snapshot/vim-karlmarks-master.zip + # unzip the zip file + unzip vim-karlmarks.zip # remove zip file (not needed any more) - rm vim-recently-used.zip + rm vim-karlmarks.zip ## Deinstallation -- cgit v1.2.3