ajout update

This commit is contained in:
bastien 2023-07-11 16:20:41 +02:00
parent 4058cac366
commit f6468d6dd5

View file

@ -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).