From b9e34b2e08c6ce83ea6a2fc08e18d99f5d5a2fe7 Mon Sep 17 00:00:00 2001 From: Christian Heinemann Date: Sat, 28 Sep 2024 17:21:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46f82e6b8..92a5db8a4 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The build process is mostly automated using the cross-platform CMake build syste ### Getting the sources To obtain the sources, please open a command prompt in a suitable directory (which should not contain whitespace characters) and enter the following command: ``` -git clone --recursive https://github.com/chrxh/alien.git +git clone -b master --recursive https://github.com/chrxh/alien.git ``` Note: The `--recursive` parameter is necessary to check out the vcpkg submodule as well. Besides that, submodules are not normally updated by the standard `git pull` command. Instead, you need to write `git pull --recurse-submodules`.