Update README.md

Add `--recursive` flag downloading a release.
This commit is contained in:
Alfio Lazzaro 2022-10-18 09:52:33 +02:00
parent 8d96446bea
commit 5ffa32a3b7

View file

@ -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).