From 9746f76744b16cd3dd883eb85552ce8b260df2e1 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Tue, 7 Jun 2016 13:55:14 -0700 Subject: [docs] Reorganize and update development instructions (#5233) iOS - Add section headers. - Add more detail to `make` packaging commands and emphasize that Debug is the default build type. - Manually checking out git submodules is no longer necessary. Core - Add 'Keeping up to date' section that mentions submodules. --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index d0f063840d..b16dcafb40 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -54,3 +54,7 @@ See the relevant SDK documentation for next steps: * [Mapbox Qt SDK](platform/qt/) * [Mapbox GL Native on Linux](platform/linux/) * [node-mapbox-gl-native](platform/node/) + +## 4: Keeping up to date + +This repository uses Git submodules, which should be automatically checked out when you first run a `make` command for one of the above platforms. These submodules are not updated automatically and we recommended that you run `git submodule update` after pulling down new commits to this repository. -- cgit v1.2.1