From 5ffa32a3b7de770c0721e004fec84f1a1cd06dc9 Mon Sep 17 00:00:00 2001 From: Alfio Lazzaro Date: Tue, 18 Oct 2022 09:52:33 +0200 Subject: [PATCH] Update README.md Add `--recursive` flag downloading a release. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dee492875..bba7cd0ac6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Note the ``--recursive`` flag that is needed because CP2K uses git submodules. To clone a release version v*x.y*: ```shell -git clone -b support/vx.y https://github.com/cp2k/cp2k.git cp2k +git clone -b support/vx.y --recursive https://github.com/cp2k/cp2k.git cp2k ``` For more information on downloading CP2K, see [Downloading CP2K](https://www.cp2k.org/download).