From 07c3dd518ddcd7db50e22be0db6ff3fc067053fb Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Thu, 2 Nov 2023 15:03:37 -0600 Subject: [PATCH] Improve depiction of installed files --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b162aad..476f60d 100644 --- a/README.md +++ b/README.md @@ -67,14 +67,17 @@ The installation will look like | `-- run_bmiheatcxx |-- include | |-- bmi.hxx +| |-- heat.hxx | `-- bmi_heat.hxx `-- lib |-- libbmiheatcxx.dylib + |-- libheatcxx.dylib `-- pkgconfig |-- bmicxx.pc - `-- heatcxx.pc + |-- heatcxx.pc + `-- bmiheatcxx.pc -4 directories, 6 files +4 directories, 9 files ``` From the build directory,