Adding the missing session signs.

This commit is contained in:
Rodolphe Breard 2015-10-17 12:26:08 +02:00
parent e3c972b06b
commit 2a7d607dc6

View file

@ -8,10 +8,10 @@ This is just a bunch of dotfiles.
Plugins are managed by Vundle, which is a git submodule. After cloning the `dotfiles` repository, you have to initialize the submodule and install all plugins.
``` console
cd dotfiles/
git submodule init
git submodule update
vim +PluginInstall +qall
$ cd dotfiles/
$ git submodule init
$ git submodule update
$ vim +PluginInstall +qall
```
Plugins can be updated with `vim +PluginUpdate +qall`.