diff --git a/README.md b/README.md new file mode 100644 index 0000000..7a296e5 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# wait-rs + +A simple program to run a command at a given time + +## Build + +Build a release with + +```bash +cargo build -r +``` + +## Usage + +```bash +target/release/wait 11:00.01 firefox-esr https://tickets.events.ccc.de +```