From 20c8d9d8b440105bbcb46d9183b02ba8062d2e26 Mon Sep 17 00:00:00 2001 From: bobqianic <129547291+bobqianic@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:22:07 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 22a650c..1fafbe1 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,8 @@ Requires at least 8 GiB of RAM (Support Ubuntu, Debian, CentOS) ```bash sudo curl -L https://raw.githubusercontent.com/bobqianic/k-Wave/main/install_lib.sh | bash ``` +The default install location is `/usr/local`. +If you want to install to a custom location, you can use the following command: +```bash +sudo curl -L https://raw.githubusercontent.com/bobqianic/k-Wave/main/install_lib.sh HDF5_DIR ZLIB_DIR SZIP_DIR | bash +```