docker-vm-compose/homeassistant/README.md

9 lines
No EOL
272 B
Markdown

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