aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 55add4f..6e3c101 100755
--- a/install.sh
+++ b/install.sh
@@ -27,12 +27,13 @@ rm -rf $HOME/.vim
rm -rf $HOME/.vimrc
cp -rf vim $HOME/.vim
cp vimrc $HOME/.vimrc
-echo <<HERE
+cat <<HERE
You have successfully installed my vim configuration files. However, you have
to type the following command inside vim to install all the plugins that I'm
using:
:BundleInstall
+
HERE
# Download and install the review utility.