Removed reference to "Build Supervisor" as task no longer exists (#923)

This commit is contained in:
peddamat 2021-05-10 02:59:33 -07:00 committed by GitHub
parent 067c5f3b37
commit 884441e0aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,6 @@ The instructions here is for development of the Supervisor itself.
Start the task "Run Supervisor" in Visual Studio Code, this will start an instance of the Supervisor inside the devcontainer you can use to test your changes. Start the task "Run Supervisor" in Visual Studio Code, this will start an instance of the Supervisor inside the devcontainer you can use to test your changes.
When the initializing is complete you can access the Home Assistant frontend on `http://localhost:9123` When the initializing is complete you can access the Home Assistant frontend on `http://localhost:9123`
If you need to rebuild the base of the Supervisor run the task "Build Supervisor" and then restart the "Run Supervisor" task again when that completes.
### Testing on a remote system ### Testing on a remote system
For this you first need to create an account at [Docker Hub](https://hub.docker.com/). For this you first need to create an account at [Docker Hub](https://hub.docker.com/).