From 70b675722b59f97959c328f8684766edf50d79f5 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 21 May 2023 21:22:11 +0200 Subject: [PATCH] docs: release help --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b17f457..c5c5238 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,10 @@ akl > posts.txt # save to file akl | xclip # copy/pasta akl -d 20 # all posts from the 20th of last month ``` + +## Release + +``` +go build . +upx --best --lzma akl +```