summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux')
-rw-r--r--platform/linux/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/linux/README.md b/platform/linux/README.md
index bb05284609..f7dc2dbec6 100644
--- a/platform/linux/README.md
+++ b/platform/linux/README.md
@@ -33,6 +33,10 @@ Set the environment variable `MAPBOX_ACCESS_TOKEN` to your [Mapbox access token]
export MAPBOX_ACCESS_TOKEN=MYTOKEN
+Optionally, you can specify a custom style to the test application:
+
+ export MAPBOX_STYLE_URL=MYSTYLEURL
+
Then, you can then proceed to build the test application:
make glfw-app