From 98ee4197de7dadbbbd4ed3ac8b02388186236875 Mon Sep 17 00:00:00 2001 From: Sondre Wold Date: Wed, 10 Apr 2024 15:48:00 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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` -- 2.39.5