Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dee0xeed committed May 19, 2023
1 parent 4c22dea commit d7cc7de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

# Simple Symbol Ranking Compressor/Decompressor
# Simple Symbol Ranking Compressor

## How To Build
```
/opt/zig-0.10.1/zig build -Drelease-fast
```
Resulting executable is in `zig-out/bin/srz`

## How To use
## How To Use
For the sake of simplicity,
`srz` can only read from `stdin` (if it is not a `tty`)
and can only write to `stdout` (if it is not a `tty`).
Expand Down

0 comments on commit d7cc7de

Please sign in to comment.