From fe81505b2f09cc6712fdfece55bbd9c0bed9c5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Tue, 14 Jan 2025 19:29:17 +0100 Subject: [PATCH] Update source-windows.md --- documentation/source-windows.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/source-windows.md b/documentation/source-windows.md index 3b8ff43..7c0075e 100644 --- a/documentation/source-windows.md +++ b/documentation/source-windows.md @@ -31,6 +31,12 @@ We assume that you have git available: git clone --recurse-submodules https://github.com/friction2d/friction ``` +Keep the source updated with: + +``` +git pull && git submodule update -i --recursive +``` + ## Get the SDK The Friction SDK is required to build from source.