updated README
This commit is contained in:
parent
146293eeb4
commit
d622618a41
15
README.md
15
README.md
|
@ -8,6 +8,8 @@ cabal v2-build --enable-executable-static -O2
|
|||
strip --strip-all based
|
||||
```
|
||||
|
||||
Do not forget to set `$LD_LIBRARY_PATH` to the directory of your static libs.
|
||||
|
||||
## Compilation
|
||||
|
||||
* If you want to compile your own build, link it dynamically via
|
||||
|
@ -48,8 +50,13 @@ The following are the supported encodings
|
|||
* UU Encoding
|
||||
* XX Encoding
|
||||
* yEncoding
|
||||
* Char to Hex and vice versa
|
||||
* Decimal to Hex and vice versa
|
||||
* Oktal to Hex and vice versa
|
||||
* Binary to Hex and vice versa
|
||||
* Rotate (1..26)
|
||||
* Unicode to hex and vice versa
|
||||
* Unicode to dec and vice versa
|
||||
* Unicode to oct and vice versa
|
||||
* Unicode to bin and vice versa
|
||||
* ~~Char to Hex and vice versa~~
|
||||
* ~~Decimal to Hex and vice versa~~
|
||||
* ~~Oktal to Hex and vice versa~~
|
||||
* ~~Binary to Hex and vice versa~~
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
cabal-version: 2.4
|
||||
name: based
|
||||
version: 0.4.2.0
|
||||
version: 0.4.3.0
|
||||
license-file: LICENSE
|
||||
extra-source-files: CHANGELOG.md
|
||||
author: Stefan Friese
|
||||
|
|
Loading…
Reference in New Issue