diff --git a/README.md b/README.md index 90d403c..8c03f9f 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -# Mensa-CLI \ No newline at end of file +# Mensa-CLI + +## 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 +``` \ No newline at end of file