diff options
Diffstat (limited to 'README.md')
| -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: |
