Update README.md
This commit is contained in:
parent
c674830d8d
commit
f32a3dbd9b
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ network-manager
|
|||
Run as root (sudo su):
|
||||
|
||||
```bash
|
||||
curl -sL https://raw.githubusercontent.com/home-assistant/installer/master/installer.sh | bash -s
|
||||
curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | bash -s
|
||||
```
|
||||
|
||||
### Command line arguments
|
||||
|
@ -43,7 +43,7 @@ curl -sL https://raw.githubusercontent.com/home-assistant/installer/master/insta
|
|||
you can set these parameters by appending ` -- <parameter> <value>` like:
|
||||
|
||||
```bash
|
||||
curl -sL https://raw.githubusercontent.com/home-assistant/installer/master/installer.sh | bash -s -- -m MY_MACHINE
|
||||
curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | bash -s -- -m MY_MACHINE
|
||||
```
|
||||
|
||||
## Supported Machine types
|
||||
|
|
Loading…
Reference in a new issue