From 212cbeb62dfd60dca45735cfe2facd15fe2069a5 Mon Sep 17 00:00:00 2001 From: Rashid Rafeek Date: Wed, 15 Sep 2021 14:27:19 +0530 Subject: [PATCH] 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. --- INSTALL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4c85dbfe57..4221d16132 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 .