docs: release help

This commit is contained in:
decentral1se 2023-05-21 21:22:11 +02:00
parent 58fa6ad5a2
commit 70b675722b
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 7 additions and 0 deletions

View File

@ -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
```