Update README.md

using dpkg instead of apt to install local deb package
This commit is contained in:
Wuff 2023-05-09 17:13:04 +01:00 committed by GitHub
parent be8508f7ef
commit 92621f5026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ Step 4: Install the Home Assistant Supervised Debian Package:
```bash
wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
apt install ./homeassistant-supervised.deb
dpkg -i ./homeassistant-supervised.deb
```
## Supported Machine types