summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-01-13 21:14:44 +1100
committerLeith Bade <leith@mapbox.com>2015-01-13 21:14:44 +1100
commit65e6990582d264ad8fb4972836c69fb6a60b3010 (patch)
treeaa52befea73276dbce8a7607dab961145209b9cf /README.md
parentd29fe6fe92c119bc7173287a4bf565131e5d64ab (diff)
downloadqtlocation-mapboxgl-65e6990582d264ad8fb4972836c69fb6a60b3010.tar.gz
Grab access token from environment
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 d1905037b9..ca6c763806 100644
--- a/README.md
+++ b/README.md
@@ -165,7 +165,7 @@ For iOS and OS X use of the demo apps in Xcode, setup the access token by editin
For Linux, set the environment variable `MAPBOX_ACCESS_TOKEN` to your token.
-For Android, create the file `android/java/app/src/main/res/raw/token.txt` and insert the token as a single line.
+For Android, gradle will take the value of `MAPBOX_ACCESS_TOKEN` and save it to `android/java/app/src/main/res/raw/token.txt` where the app will read it from.
# Style