add README
This commit is contained in:
parent
874d0b161d
commit
ab7880216e
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
Compresses files using [Huffman coding](https://en.wikipedia.org/wiki/Huffman_coding). Please note that decompression isn't implemented yet.
|
||||||
|
|
||||||
|
To run with [Nix](nixos.org):
|
||||||
|
``` sh
|
||||||
|
nix run ".#" --experimental-features "nix-command flakes" -- myFile
|
||||||
|
```
|
||||||
|
|
||||||
|
To run with [cabal](https://www.haskell.org/ghcup/):
|
||||||
|
``` sh
|
||||||
|
cabal run . -- myFile
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue