From 90e9cf788b97d37f5f0193b14c0a865cfff37f7e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 24 Apr 2019 10:04:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f79d8d17d..963f91c04 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ Installation instructions can be found at . The development of the supervisor is a bit tricky. Not difficult but tricky. -- You can use the builder to build your supervisor: https://github.com/home-assistant/hassio-build/tree/master/builder +- You can use the builder to build your supervisor: https://github.com/home-assistant/hassio-builder - Go into a HassOS device or VM and pull your supervisor. -- Set the developer modus on updater.json +- Set the developer modus with cli `hassio supervisor options --channel=dev` - Tag it as `homeassistant/xy-hassio-supervisor:latest` - Restart the service like `systemctl restart hassos-supervisor | journalctl -fu hassos-supervisor` - Test your changes