summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnsis Brammanis <ansis@mapbox.com>2020-02-10 10:00:11 -0500
committerGitHub <noreply@github.com>2020-02-10 10:00:11 -0500
commita23100586098c2d44682444cdd31001f1eba5859 (patch)
tree51df67a716f4e4c4a487f5d2e07464c1fcdcb06b /README.md
parent97cab6365bd083d162544eb4bcae4ebd47a7ecae (diff)
downloadqtlocation-mapboxgl-a23100586098c2d44682444cdd31001f1eba5859.tar.gz
fix submodule update command (#16186)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a8344676a..2ae92553ba 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 submodule update --init --recursive
$ cmake . -B build
$ cmake --build build
$ MAPBOX_ACCESS_TOKEN=my_access_token_here ./build/platform/glfw/mbgl-glfw