update README

This commit is contained in:
JMARyA 2024-12-28 03:53:47 +01:00
parent 5c4945de60
commit 17a137e47c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1,7 +1,17 @@
# NavInstall
navOS Installer
## Features
- Install different configs
- Install with JSON file
- Install with CLI
- Install with GUI
## Create install medium
You can create a bootable install medium either with or without GUI:
```sh
navinstall create-iso [--without_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/`.