From 83506189be98521d84ba104c8bc973928cd4f4c8 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sat, 23 May 2015 00:40:21 -0300 Subject: Adding info link about dependencies For contributors trying the manual installation. --- install-pixelated.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install-pixelated.sh') 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 -- cgit v1.2.3