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