diff --git a/install_awesome_parameterized.sh b/install_awesome_parameterized.sh index d811d7cb..5dacb4ea 100755 --- a/install_awesome_parameterized.sh +++ b/install_awesome_parameterized.sh @@ -6,7 +6,7 @@ cd $1 VIMRC="\" DO NOT EDIT THIS FILE \" Add your own customizations in $1/my_configs.vim -\" See ~/.vim_runtime/README.md \"How to include your own stuff\" for further options. +\" See $1/README.md \"How to include your own stuff\" for further options. set runtimepath+=$1 diff --git a/install_awesome_vimrc.sh b/install_awesome_vimrc.sh index 59b028fd..56c7bb69 100755 --- a/install_awesome_vimrc.sh +++ b/install_awesome_vimrc.sh @@ -4,7 +4,7 @@ set -e cd ~/.vim_runtime echo '" DO NOT EDIT THIS FILE -" Add your own customizations in $1/my_configs.vim +" Add your own customizations in ~/.vim_runtime/my_configs.vim " See ~/.vim_runtime/README.md "How to include your own stuff" for further options. set runtimepath+=~/.vim_runtime