summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-05-23 00:40:21 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-05-23 00:40:21 -0300
commit83506189be98521d84ba104c8bc973928cd4f4c8 (patch)
treea832fdaf9fd3209860701458be5fc4337496a4f9 /install-pixelated.sh
parentfcde31733d32021b604a39574cbe47dd7d7f1a0f (diff)
Adding info link about dependencies
For contributors trying the manual installation.
Diffstat (limited to 'install-pixelated.sh')
-rwxr-xr-xinstall-pixelated.sh2
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