Mensa-CLI/README.md
2024-09-20 23:31:19 +02:00

23 lines
408 B
Markdown

# Mensa-CLI
Works with [Mensa-API](https://github.com/LeRoid-hub/Mensa-API).
## Install
Download the right Version from the releases Tab.
Unzip the file.
Place the Application in a Folder like Programs.
Than update the Path-Variable to point to that folder.
## Release
First do a Dry-Run to check for Errors
```
goreleaser build
```
Than release with:
```
goreleaser release
```