From: Sondre Wold Date: Wed, 10 Apr 2024 13:48:00 +0000 (+0200) Subject: Update README.md X-Git-Url: https://letsjmore.com/?a=commitdiff_plain;h=98ee4197de7dadbbbd4ed3ac8b02388186236875;p=weather_cli.git Update README.md --- diff --git a/README.md b/README.md index 9564185..f4969fc 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# weather_cli_widget \ No newline at end of file +# Minimal Weather CLI Tool + +This small script gets the average temperate and total precipation for the next "x" hours at your current location (based on your ip). + +Building the binary requires `cargo`: `cargo build --release` + +The binary takes 1 argument (the hours): `./weather_cli 5`