diff --git a/README.md b/README.md index d5a4cd3..15ab7da 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,9 @@ cd ~/.vim/bundle/ && git clone https://github.com/VundleVim/Vundle.vim.git ### Alias -Edit your bashrc or zshrc with this ligne : +Edit your bashrc or zshrc and copie/paste this ligne at the end : ``` +vim ~/.zshrc or vim ~/.bashrc alias vimscode="~/.vim/vimscode.sh" ```