From 8e875937ed93b15d7a0614a9d7445c8e37b16979 Mon Sep 17 00:00:00 2001 From: Ed Bueler Date: Fri, 3 May 2024 13:56:04 -0800 Subject: [PATCH] Update README.md Point to latest releases. Thanks @ophirnt (https://github.com/ophirnt)! --- c/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/c/README.md b/c/README.md index e68341be..099c3426 100644 --- a/c/README.md +++ b/c/README.md @@ -18,6 +18,7 @@ Notes: * [CONFIGS.md](CONFIGS.md) contains some of the `configure` commands which work on the author's machines. These are minimal installation suggestions. * My book does not help the reader with debugging C programs. + * Make sure to [download the latest release](https://github.com/bueler/p4pdes/releases/) compatible with your PETSc version. Package managers (such as apt) may only contain older versions of PETSc that are incompatible with newer releases of p4pdes. ### compile and run one example