diff --git a/README.md b/README.md index b8a7fdbc..87837ffb 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ ```vim set nocompatible " be iMproved, required filetype off " required + + " Avoid problems for non-POSIX shell users. + set shell=/bin/sh " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim