diff --git a/config b/config.example similarity index 100% rename from config rename to config.example diff --git a/qsgen2 b/qsgen2 index c3df922..8b615b6 100755 --- a/qsgen2 +++ b/qsgen2 @@ -35,6 +35,7 @@ if [[ -f $(pwd)/config ]]; then else echo "${red}Cannot find configuration file.${end}" echo "${yellow} - Please create the file 'config' in your project directory.${end}" + echo "${yellow} - See 'config.example' in the git source tree.${end}" exit fi