ls but with io_uring

readme: add installation instructions

rockorager.dev 298547f7 fa7fb4aa

verified
+12
+12
README.md
··· 4 4 5 5 ![screenshot](screenshot.png) 6 6 7 + ## 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 + 7 19 ## Benchmarks 8 20 9 21 Benchmarks were all gathered on the same set of directories, using the latest