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:
Rashid Rafeek 2021-09-15 14:27:19 +05:30 committed by GitHub
parent 8e8593dcbc
commit 212cbeb62d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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