Created Justfile and updated README #12

Merged
AustrianToast merged 11 commits from dev into main 2023-03-29 15:37:31 +02:00
Showing only changes of commit dc9b908467 - Show all commits

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