From f6468d6dd518c46298646996e205df525a9fd37f Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 11 Jul 2023 16:20:41 +0200 Subject: [PATCH] ajout update --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1310e2a..38275fa 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ - [About](#about) - [Quick Start](#quick-start) - [Documentation](#documentation) +- [Update](#update) - [Troubleshooting](#troubleshooting) ## Why VimsCode @@ -125,6 +126,16 @@ And other theme : [Theme](https://github.com/flazz/vim-colorschemes/tree/master/ [Documentation](https://projets.cohabit.fr/redmine/projects/accueil/wiki/Documentation_IDE_Vim) +## Update + +For update it's very simple you juste have to pull and do some mv: + +``` +git pull https://git.cohabit.fr/bastien/VimsCode.git +mv ../vimscode ~/.vim && cd ~/.vim +mv vimrc-conf ../.vimrc +``` + ## Troubleshooting For troubleshooting and common problems see [TROUBLESHOOTING](https://git.cohabit.fr/bastien/VimsCode/wiki/Troubleshooting).