diff --git a/README.md b/README.md index 415b443..fd44e1a 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ This project now declares its dependencies in `pyproject.toml`. Instead of the old `requirements.txt` flow, install the package into a virtualenv using `pip`: -See `scripts/install.sh` for a way to install. +See `scripts/hb_install.sh` for a way to install. Run the daemon (example): diff --git a/scripts/install.sh b/scripts/hb_install.sh similarity index 100% rename from scripts/install.sh rename to scripts/hb_install.sh