Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add `--recursive` flag downloading a release.
  • Loading branch information
alazzaro committed Oct 18, 2022
1 parent 8d96446 commit 5ffa32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 5ffa32a

Please sign in to comment.