diff --git a/README.md b/README.md index 444e497..41e8484 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,15 @@ Installation requires [git; wget; flex; bison; gperf; python3; python3-venv; cma ### Set up VimsCode : git clone https://git.cohabit.fr/bastien/VimsCode.git - + After clone don't forgot to rename "vimrc-conf" -> ".vimrc" and "/vim-conf" -> "/vim" +``` +cd vimscode +mv vim-conf .vim && mv .vim ~/ +mv vimrc-conf .vimrc && mv .vimrc ~/ +``` + ### Install Plugins : Launch `vim` and run `:PluginInstall`