diff --git a/documentation/source-linux.md b/documentation/source-linux.md index 8af68a6..acc34e0 100644 --- a/documentation/source-linux.md +++ b/documentation/source-linux.md @@ -52,6 +52,12 @@ sudo apt install clang cmake python3 ninja-build libfontconfig1-dev libfreetype- git clone --recurse-submodules https://github.com/friction2d/friction ``` +Keep the source updated with: + +``` +git pull && git submodule update -i --recursive +``` + ## Build ```