diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-08-03 21:14:44 +0700 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-08-03 21:14:44 +0700 |
commit | 4c239222cfb82fca1505b54036cec859a900b99b (patch) | |
tree | a6f8d1a8b5d690611691047b616bf06c7ec8682b /README.md | |
parent | 9137fa060627aecc34aa59dbb21b2021a641144c (diff) | |
download | beeps-4c239222cfb82fca1505b54036cec859a900b99b.tar.gz beeps-4c239222cfb82fca1505b54036cec859a900b99b.tar.xz beeps-4c239222cfb82fca1505b54036cec859a900b99b.zip |
Mention how to build the program
Diffstat (limited to 'README.md')
-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 |