diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ The final wind-down beeps let you know when you should stop. ## Usage +Use `cargo build` or `cargo build --release` to build the program. Optionally it +can be installed system-wide using `cargo install --path .`. + Run `beeps 300` for a roughly 5 minute track (additional time required for initial beep and wind-down beeps). The program will output an 8 bit unsigned 8kHz PCM track. This can be piped directly into a program like `aplay` or |