mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-26 21:25:19 -04:00
Specify that versioned tarballs should be used instead of source code. (#1643)
This is mentioned in the (download page)[https://www.cp2k.org/download] but not in `INSTALL.md`. Might be better to mention here also? This is the second time I faced #1302.
This commit is contained in:
parent
8e8593dcbc
commit
212cbeb62d
1 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
## 1. Acquire the code
|
||||
|
||||
For users, the preferred method is to [download a release](https://github.com/cp2k/cp2k/releases/).
|
||||
For developers, the preferred method is to [download from Git](./README.md#downloading-cp2k-source-code).
|
||||
For users, the preferred method is to [download a release](https://github.com/cp2k/cp2k/releases/)
|
||||
(use the versioned tarballs, `cp2k-X.Y.tar.bz2`). For developers, the preferred
|
||||
method is to [download from Git](./README.md#downloading-cp2k-source-code).
|
||||
|
||||
For more details on downloading CP2K, see <https://www.cp2k.org/download>.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue