summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Madsen <kyle.mdsn@gmail.com>2020-02-09 16:50:48 -0800
committerGitHub <noreply@github.com>2020-02-09 16:50:48 -0800
commitf7ca9c34a4ce9452325ad40b84120c717dc37037 (patch)
tree439ad8e989a3cf982d0b32a1745f5b2aa02cad56
parent97cab6365bd083d162544eb4bcae4ebd47a7ecae (diff)
downloadqtlocation-mapboxgl-f7ca9c34a4ce9452325ad40b84120c717dc37037.tar.gz
Update README build instructions
Here's the output from the current instructions ➜ mapbox-gl-native git:(master) git update submodules --init --recursive git: 'update' is not a git command. See 'git --help'. The most similar command is update-ref
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a8344676a..bb7a8bdfaa 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Mapbox GL Native targeting your host architecture given that you have all the
dependencies installed and run the example app.
```
-$ git update submodules --init --recursive
+$ git submodules update --init --recursive
$ cmake . -B build
$ cmake --build build
$ MAPBOX_ACCESS_TOKEN=my_access_token_here ./build/platform/glfw/mbgl-glfw