Mensa-CLI/README.md

23 lines
408 B
Markdown
Raw Permalink Normal View History

2024-09-20 21:31:19 +00:00
# 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
2024-09-20 15:15:27 +00:00
```