From b3a1a09266b34df45c8eb9349a2b012df5400de8 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Tue, 17 Dec 2019 21:11:11 +0100 Subject: [PATCH] Fix update command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d022cd..0a429cd 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,4 @@ We recommend you to structure your project directory like this: In order to update the version of onPoint in an existing project, run the following command: - $ git submodule update --recursive --remote \ No newline at end of file + $ git pull --recurse-submodules \ No newline at end of file