1.0 build steps

This commit is contained in:
Manuele Sarfatti 2025-05-11 18:51:48 +02:00
parent 169efb7b7f
commit 175c4b9cca
2 changed files with 22 additions and 13 deletions

View file

@ -26,10 +26,10 @@ And you will easily be able to build things like:
**Beddu** is meant to be sourced in your own script.
1. Download the latest release (currently: **v0.0.9**) of `beddu.sh` to your project:
1. Download the latest release (currently: **v1.1.1**) of `beddu.sh` to your project:
```bash
$ curl -O https://raw.githubusercontent.com/mjsarfatti/beddu/refs/tags/v0.0.9/dist/beddu.sh
$ curl -O https://raw.githubusercontent.com/mjsarfatti/beddu/refs/tags/v1.1.1/dist/beddu.sh
```
2. Source the `beddu.sh` file in your script: