Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

docs: Fixes tables for hassbian-config #190

Merged
merged 1 commit into from
Oct 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/hassbian_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ hassbian-config *command* *suite* *flag(optional)*
```

where `*command*` is one of:

Command | Description
:--- | :---
`install` | Use this to install an suite.
Expand All @@ -25,6 +26,7 @@ Command | Description
`show-installed` | Generates a list of installed suites.

**Optional flags:**

Flag | Alt. flag | Description
:--- | :--- | :---
`--accept` | `-Y` | This will accept defaults on scripts that allow this.
Expand All @@ -34,6 +36,7 @@ Flag | Alt. flag | Description
`--dev` | | This will install the current development version if implemented.

**Other available commands:**

Command | Alt. command | Description
:--- | :--- | :---
`--version` | - `-V` | This will show you the installed version of `hassbian-config`.
Expand Down