summaryrefslogtreecommitdiff
path: root/platform/node
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-03 09:45:55 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-03 09:51:39 -0700
commit2fd673befc1de27fb3d68ab7e928f78d346e1ef6 (patch)
treeea35c7e679c0ac772aea3bf90e04fe88525e187b /platform/node
parenta758b41b06d21b74c52dd4e1b001eb6e1a82f913 (diff)
downloadqtlocation-mapboxgl-2fd673befc1de27fb3d68ab7e928f78d346e1ef6.tar.gz
[docs] Remove references to manual submodule initialization
Diffstat (limited to 'platform/node')
-rw-r--r--platform/node/README.md4
1 files changed, 2 insertions, 2 deletions
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