correction readme

This commit is contained in:
bastien 2023-07-11 16:44:27 +02:00
parent ee14f6a205
commit 51a78d2a7e

View file

@ -62,7 +62,7 @@ After clone don't forgot to rename "vimrc-conf" -> ".vimrc" :
``` ```
git clone https://git.cohabit.fr/bastien/VimsCode.git git clone https://git.cohabit.fr/bastien/VimsCode.git
mv ../vimscode ~/.vim mv ../vimscode ~/.vim
mv vimrc-conf .vimrc && mv .vimrc ~/ mv vimrc-conf ~/.vimrc
cd ~/.vim/bundle/ && git clone https://github.com/VundleVim/Vundle.vim.git cd ~/.vim/bundle/ && git clone https://github.com/VundleVim/Vundle.vim.git
``` ```