From 6d254191b7ee4abc2e763b0b84a913ed5d9a111c Mon Sep 17 00:00:00 2001 From: Jan Gebauer Date: Wed, 8 Jun 2022 18:29:54 +0200 Subject: [PATCH] Updated install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca6f0fa..b34bd71 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ A tutorial can be found here: https://www.atomicha.com/home-assistant-how-to-gen ## Install plugin Currently we only support installation directly from the git repository: ```bash -sudo pip3 install https://github.com/gebauer/cbpi4-HA-Actor/archive/main.zip +sudo pip3 install https://github.com/gebauer/cbpi4-HA-Actor/archive/refs/heads/main.zip ``` Direct pip installation via repositories will come in the near future.