Readme.md: briefly document release procedure

This commit is contained in:
Simone Basso 2019-11-13 18:31:19 +01:00
parent 90c497873a
commit a9b2edc88e

View File

@ -15,3 +15,11 @@ Run
to get information on the supported systems as well as to get to get information on the supported systems as well as to get
instructions on how to install dependencies. instructions on how to install dependencies.
## Releasing
```bash
./build.sh release
```
and follow instructions.