From d67ce314a4292b9e2d61f6bb11f20556f5246141 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 24 Apr 2019 17:58:49 +0200 Subject: [PATCH] Fix readme p2 (#3) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfee34e..82efa3e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ network-manager Run as root (sudo su): ```bash -curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/install/hassio_install.sh | bash -s +curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | bash -s ``` ### Command line arguments @@ -39,7 +39,7 @@ curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/maste you can set these parameters by appending ` -- ` like: ```bash -curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/install/hassio_install.sh | bash -s -- -m MY_MACHINE +curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | bash -s -- -m MY_MACHINE ``` ## Supported Machine types @@ -56,4 +56,4 @@ curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/maste - raspberrypi2 - raspberrypi3 - raspberrypi3-64 -- tinker \ No newline at end of file +- tinker