added a reference to the prebuilt binaries in README

This commit is contained in:
Mark 2023-07-12 16:14:59 -04:00
parent c831512661
commit 29bc366439

View File

@ -25,7 +25,9 @@ mers has...
## How mers? ## How mers?
Mers is written in rust. If you have `cargo`, use the build script in `build_scripts/` to produce the executable. There are prebuilt binaries in `build_scripts/`.
Mers is written in Rust. If you have `cargo`, you can also use the build script in `build_scripts/` to build it yourself.
Now, create a new text file (or choose one from the examples) and run it: `mers <file>`. Now, create a new text file (or choose one from the examples) and run it: `mers <file>`.