README
This commit is contained in:
parent
254a5a69f6
commit
67c0f553f7
|
@ -2,9 +2,17 @@
|
||||||
|
|
||||||
A commandline tool that lets you encode and decode most of the bases.
|
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
|
## Compilation
|
||||||
|
|
||||||
|
* If you want to compile your own build, link it dynamically via
|
||||||
```sh
|
```sh
|
||||||
|
cd based/
|
||||||
|
cabal install
|
||||||
cabal run
|
cabal run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue