summaryrefslogtreecommitdiff
path: root/ios/docs
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-06-03 09:36:15 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-06-03 09:36:38 -0700
commit7ac767226f1b7646069d38b607b7af0ea65d696c (patch)
tree5da0aff43e1e75eb6dcb20690f91aba6ff099a98 /ios/docs
parentd7465061f8357cf2c5882eaef83b3c57e6c77d74 (diff)
downloadqtlocation-mapboxgl-7ac767226f1b7646069d38b607b7af0ea65d696c.tar.gz
point to better appledoc install method
Diffstat (limited to 'ios/docs')
-rwxr-xr-xios/docs/install_docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/docs/install_docs.sh b/ios/docs/install_docs.sh
index 7d4bf279f3..e907581924 100755
--- a/ios/docs/install_docs.sh
+++ b/ios/docs/install_docs.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
if [ -z `which appledoc` ]; then
- echo "Unable to find appledoc. Consider installing it from source or Homebrew."
+ echo "Unable to find appledoc. https://github.com/mapbox/mapbox-gl-native#manually"
exit 1
fi