From 1f6e5c35eea8825d35ba5e974b36901f154874c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Mon, 30 Oct 2023 14:17:26 +0100 Subject: [PATCH] Update git submodule instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7c226f..c487f83 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ On the web, the app is built against [Emscripten](https://emscripten.org/), whic ```sh # Clone repository and initialize submodules. -git clone --recurse-submodules https://github.com/beaufortfrancois/webgpu-cross-platform-app.git +git clone https://github.com/beaufortfrancois/webgpu-cross-platform-app.git cd webgpu-cross-platform-app/ +git submodule update --init ``` ## Requirements