From 26ca0c095fba7a97f91c0ddaadff7d5161dbc9b1 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Thu, 30 Apr 2026 09:54:48 -0400 Subject: [PATCH] install.sh --> hb_innstall.sh --- README.md | 2 +- scripts/{install.sh => hb_install.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{install.sh => hb_install.sh} (100%) 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