Update hassio_addon_tutorial.md

This commit is contained in:
Pascal Vizeli 2019-07-06 13:43:04 +02:00 committed by GitHub
parent 7a0ed319fa
commit 0580c8de15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ Add "ports" to `config.json`. This will make TCP on port 8000 inside the contain
Update `run.sh` to start the Python 3 server:
```
python3 -m http.server
python3 -m http.server 8000
```
## Step 4: Installing the update