mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Update README.md
Add `--recursive` flag downloading a release.
This commit is contained in:
parent
8d96446bea
commit
5ffa32a3b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue