From 67c0f553f7c7ec132c87cab11222bbc92c946580 Mon Sep 17 00:00:00 2001 From: whx Date: Tue, 17 May 2022 20:58:43 +0200 Subject: [PATCH] README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7bf47bd..7692b70 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,17 @@ A commandline tool that lets you encode and decode most of the bases. +Release binary is statically linked via +```sh +cabal v2-build --enable-executable-static +``` + ## Compilation +* If you want to compile your own build, link it dynamically via ```sh +cd based/ +cabal install cabal run ```