From 2fd673befc1de27fb3d68ab7e928f78d346e1ef6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 3 Jun 2016 09:45:55 -0700 Subject: [docs] Remove references to manual submodule initialization --- platform/node/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/node/README.md') diff --git a/platform/node/README.md b/platform/node/README.md index d446b9895f..f8be0d45a4 100644 --- a/platform/node/README.md +++ b/platform/node/README.md @@ -11,13 +11,13 @@ By default, installs binaries. On these platforms no additional dependencies are - 64 bit OS X or 64 bit Linux - Node.js v4.x _(note: v5+ is known to have issue)_ -Just run: +Run: ``` npm install mapbox-gl-native ``` -Other platforms will fall back to a source compile with `make node`. To compile this module, make sure all submodules are initialized with `git submodule update --init` and install the [external dependencies required to build from source](https://github.com/mapbox/mapbox-gl-native/blob/node-v2.1.0/INSTALL.md#2-installing-dependencies). +Other platforms will fall back to a source compile with `make node`; see INSTALL.md in the repository root directory for prequisites. ## Testing -- cgit v1.2.1