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 +```