20 lines
352 B
Markdown
20 lines
352 B
Markdown
# based
|
|
|
|
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 -O2
|
|
```
|
|
|
|
## Compilation
|
|
|
|
* If you want to compile your own build, link it dynamically via
|
|
```sh
|
|
git clone https://git.stefan.works/whx/based.git
|
|
cd based/
|
|
cabal install
|
|
cabal run
|
|
```
|
|
|