update README
This commit is contained in:
parent
5c4945de60
commit
17a137e47c
1 changed files with 15 additions and 5 deletions
20
README.md
20
README.md
|
@ -1,7 +1,17 @@
|
||||||
# NavInstall
|
# NavInstall
|
||||||
|
navOS Installer
|
||||||
|
|
||||||
## Features
|
## Create install medium
|
||||||
- Install different configs
|
You can create a bootable install medium either with or without GUI:
|
||||||
- Install with JSON file
|
```sh
|
||||||
- Install with CLI
|
navinstall create-iso [--without_gui]
|
||||||
- Install with GUI
|
```
|
||||||
|
|
||||||
|
## Install a system
|
||||||
|
Install a system configuration:
|
||||||
|
```sh
|
||||||
|
navinstall install config.toml
|
||||||
|
```
|
||||||
|
|
||||||
|
`config.toml` is a system configuration describing how to install the system.
|
||||||
|
Example configurations can be found [here](installs) or at `/usr/share/navinstall/installs/`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue