updated README

added section for installation using the justfile
This commit is contained in:
René Fuhry
2023-03-29 15:30:05 +02:00
committed by GitHub
parent 994130d7df
commit dc9b908467

View File

@ -10,9 +10,14 @@ git clone https://github.com/AustrianToast/update.git && cd update
Before installing, please edit the config and configure it to your liking.
Then install using
```bash
make install
```
or
```bash
just install
```
## Usage