From 5b3530a7bcb6418b89f6aa0a91e9905b76a81d99 Mon Sep 17 00:00:00 2001 From: Anjana Sofia Vakil Date: Thu, 5 Oct 2017 08:23:05 +0200 Subject: [PATCH] Update README.md Detailed setup instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b18405..9200793 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,14 @@ In this workshop we'll try to wrap our heads around some basic concepts of WebGL * [Create a free Mapbox account](https://www.mapbox.com/signup/) if you don’t yet have one * Follow the [mapbox-gl-js setup instructions](https://github.com/mapbox/mapbox-gl-js/blob/master/CONTRIBUTING.md#preparing-your-development-environment) specific to your operating system -* [Start up the debug server](https://github.com/mapbox/mapbox-gl-js/blob/master/CONTRIBUTING.md#serving-the-debug-page) using the [access token](https://www.mapbox.com/studio/account/tokens/) for your Mapbox account +* In the ``mapbox-gl-js`` repository, switch to the ``lbud-annotated`` branch (a special branch Lauren has made for the workshop, with some additional comments and files): + ``` + git checkout lbud-annotated + ``` +* [Start up the debug server](https://github.com/mapbox/mapbox-gl-js/blob/master/CONTRIBUTING.md#serving-the-debug-page) using the [access token](https://www.mapbox.com/studio/account/tokens/) for your Mapbox account: + ``` + MAPBOX_ACCESS_TOKEN=123.your.token.here.456 yarn run start-debug + ``` ## Walkthrough examples