diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2015-05-23 00:40:21 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2015-05-23 00:40:21 -0300 |
commit | 83506189be98521d84ba104c8bc973928cd4f4c8 (patch) | |
tree | a832fdaf9fd3209860701458be5fc4337496a4f9 | |
parent | fcde31733d32021b604a39574cbe47dd7d7f1a0f (diff) |
Adding info link about dependencies
For contributors trying the manual installation.
-rwxr-xr-x | install-pixelated.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh index 3e21f251..7a73bfe2 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -48,6 +48,8 @@ function check_installed() { which $1 if [ $? -ne 0 ]; then echo "## You must have ${1} installed and in the PATH to run Pixelated-User-Agent" + echo "## Check our wiki for more information on dependencies:" + echo "## https://github.com/pixelated-project/pixelated-user-agent/wiki/Installing-dependencies" echo "## exiting..." exit 1 fi |