Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
fix submodule update command (#16186)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansis authored Feb 10, 2020
1 parent 97cab63 commit a231005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a231005

Please sign in to comment.