docker-vm-compose/homeassistant/README.md

9 lines
272 B
Markdown
Raw Normal View History

2024-07-27 23:23:30 +02:00
I also added HACS via this command inside of the docker:
```bash
docker exec -it homeassistant bash
```
Then executed
```bash
wget -O - https://get.hacs.xyz | bash -
```
To install HACS into the Homeassistant installation. Of course restart the docker container afterwards