diff options
author | Justin R. Miller <incanus@users.noreply.github.com> | 2015-06-01 18:54:58 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@users.noreply.github.com> | 2015-06-01 18:54:58 -0700 |
commit | 81c24e9d1e7e05b6824da6364db76d9bb4cd04b8 (patch) | |
tree | eaa2b1a50dd109bd29f07125bc89801a8e78caac /README.md | |
parent | 0d83740272daf30acde78afcf781b90c6a179365 (diff) | |
download | qtlocation-mapboxgl-81c24e9d1e7e05b6824da6364db76d9bb4cd04b8.tar.gz |
wget -> curl since wget itself is a brew install
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |