ajout update
This commit is contained in:
parent
4058cac366
commit
f6468d6dd5
11
README.md
11
README.md
|
@ -4,6 +4,7 @@
|
||||||
- [About](#about)
|
- [About](#about)
|
||||||
- [Quick Start](#quick-start)
|
- [Quick Start](#quick-start)
|
||||||
- [Documentation](#documentation)
|
- [Documentation](#documentation)
|
||||||
|
- [Update](#update)
|
||||||
- [Troubleshooting](#troubleshooting)
|
- [Troubleshooting](#troubleshooting)
|
||||||
|
|
||||||
## Why VimsCode
|
## 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)
|
[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
|
## Troubleshooting
|
||||||
|
|
||||||
For troubleshooting and common problems see [TROUBLESHOOTING](https://git.cohabit.fr/bastien/VimsCode/wiki/Troubleshooting).
|
For troubleshooting and common problems see [TROUBLESHOOTING](https://git.cohabit.fr/bastien/VimsCode/wiki/Troubleshooting).
|
||||||
|
|
Loading…
Reference in a new issue