From a23100586098c2d44682444cdd31001f1eba5859 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Mon, 10 Feb 2020 10:00:11 -0500 Subject: fix submodule update command (#16186) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.1