···45
60000000000007## Benchmarks
89Benchmarks were all gathered on the same set of directories, using the latest
···45
67+## Installation
8+9+`lsr` uses the zig build system. To install, you will need zig 0.14.0. To
10+install for the local user (assuming $HOME/.local/bin is in $PATH), run:
11+12+```sh
13+zig build -Doptimize=ReleaseSmall --prefix $HOME/.local
14+```
15+16+which will install `lsr` and the associated manpage appropriately. Replace
17+`$HOME/.local` with your preferred installation directory.
18+19## Benchmarks
2021Benchmarks were all gathered on the same set of directories, using the latest