From 884441e0aa4ea584ab9c4f50ae4743b3b6645a0d Mon Sep 17 00:00:00 2001 From: peddamat Date: Mon, 10 May 2021 02:59:33 -0700 Subject: [PATCH] Removed reference to "Build Supervisor" as task no longer exists (#923) --- docs/supervisor/development.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/supervisor/development.md b/docs/supervisor/development.md index 6142e129..abb698f9 100644 --- a/docs/supervisor/development.md +++ b/docs/supervisor/development.md @@ -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. 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 For this you first need to create an account at [Docker Hub](https://hub.docker.com/).