From 4fd91688fda1c1377c55fd9493e79abefbdf70e2 Mon Sep 17 00:00:00 2001 From: Jan Date: Fri, 20 Sep 2024 17:15:27 +0200 Subject: [PATCH] README --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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