diff options
author | Justin R. Miller <incanus@users.noreply.github.com> | 2015-06-01 18:57:25 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@users.noreply.github.com> | 2015-06-01 18:57:25 -0700 |
commit | 88b3cfe37de7918723fb9ebb6b886aaec4808bcd (patch) | |
tree | 0db227b836ab7ecde5553272a8efb39acac8c63d /README.md | |
parent | 847b1f03af18842b49ee86bfdf5d037982d0b63c (diff) | |
download | qtlocation-mapboxgl-88b3cfe37de7918723fb9ebb6b886aaec4808bcd.tar.gz |
.zip != .tgz
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ pod 'MapboxGL' ``` curl -L -o appledoc.zip https://github.com/tomaz/appledoc/releases/download/v2.2-963/appledoc.zip - tar xvzf appledoc.zip + unzip appledoc.zip cp appledoc /usr/local/bin cp -Rf Templates/ ~/.appledoc ``` |