From cb8275c68b25a5bf3e24c8424a102424232c266a Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 22 May 2023 13:25:00 +0200 Subject: [PATCH] maj readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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`