summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@users.noreply.github.com>2015-06-01 18:54:58 -0700
committerJustin R. Miller <incanus@users.noreply.github.com>2015-06-01 18:54:58 -0700
commit81c24e9d1e7e05b6824da6364db76d9bb4cd04b8 (patch)
treeeaa2b1a50dd109bd29f07125bc89801a8e78caac /README.md
parent0d83740272daf30acde78afcf781b90c6a179365 (diff)
downloadqtlocation-mapboxgl-81c24e9d1e7e05b6824da6364db76d9bb4cd04b8.tar.gz
wget -> curl since wget itself is a brew install
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5a37ff67e4..3d06eba015 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ pod 'MapboxGL'
1. Install [appledoc](http://appledoc.gentlebytes.com/appledoc/) 2.2v963 for API docs generation (only this exact version works).
```
- wget https://github.com/tomaz/appledoc/releases/download/v2.2-963/appledoc.zip
+ curl -o appledoc.zip https://github.com/tomaz/appledoc/releases/download/v2.2-963/appledoc.zip
tar xvzf appledoc.zip
cp appledoc /usr/local/bin
cp -Rf Templates/ ~/.appledoc