From 790818d1aa27cbad4c9d4d779f6bf2787f0dffb6 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 20 Nov 2018 10:56:19 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ab6a1983..2f355e419 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ 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 - Go into a HassOS device or VM and pull your supervisor. - Set the developer modus on updater.json -- Tag it as homeassistant/xy-hassio-supervisor:latest -- Restart the service like systemctl restart hassos-supervisor | journalctl -fu hassos-supervisor +- Tag it as `homeassistant/xy-hassio-supervisor:latest` +- Restart the service like `systemctl restart hassos-supervisor | journalctl -fu hassos-supervisor` - Test your changes Small Bugfix or improvements, make a PR. Significant change makes first an RFC.