summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-10 11:34:16 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-10 11:34:16 -0700
commitcdf8e95d666304aff985ee2a13c3ce5c1cc5e48b (patch)
tree053dd718ba47ae4cf2df6fd4d618816576cdf1a9 /README.md
parent72a5a6ee13a7e4519d359a2dde971b59f2af3e8c (diff)
downloadqtlocation-mapboxgl-cdf8e95d666304aff985ee2a13c3ce5c1cc5e48b.tar.gz
update docs
[skip ci]
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index b417026b6e..e642468a36 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,10 @@ The demo applications use Mapbox vector tiles, which **require a Mapbox account
## OS X
-Insert your access token into `access_token.hpp`.
+in the Xcode project, click on the Target icon next to the Run/Stop button, and then "Edit Scheme". In the screen, add an environment variable with the name `MAPBOX_ACCESS_TOKEN` to the targets you want to run.
+
+![Setting the access token](https://cloud.githubusercontent.com/assets/52399/3543326/9e7cfbb8-0860-11e4-8def-3684a9028b61.png)
+
Run:
@@ -72,7 +75,7 @@ Target devices: iPhone 4 and above (4S, 5, 5c, 5s) and iPad 2 and above (3, 4, m
## Ubuntu
-Insert your access token into `access_token.hpp`.
+Set the environment variable `MAPBOX_ACCESS_TOKEN` to your token.
Ensure you have git and other build essentials: