diff options
| author | Yuval Adam <_@yuv.al> | 2021-04-17 11:47:01 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-04-17 11:47:01 +0300 |
| commit | 2264e0aa1fcb34c04b8745aaaae40bfea5eba5e2 (patch) | |
| tree | b0281f6a7b9d140f78262fb61e905fc6e9628062 | |
| parent | 4314ac519efce972760ecf302e290d0c38f31b65 (diff) | |
Update README
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,12 @@ fn foo() { } ``` +Or run one of the example binaries: + +```bash +$ RUST_LOG=info cargo run --bin rustl_fm +``` + ## Dev The usual: |
