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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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. Before installing, please edit the config and configure it to your liking.
Then install using
```bash ```bash
make install make install
``` ```
or
```bash
just install
```
## Usage ## Usage