]> git.sondrewold.no Git - weather_cli.git/commitdiff
Update README.md
authorSondre Wold <[email protected]>
Wed, 10 Apr 2024 13:48:00 +0000 (15:48 +0200)
committerGitHub <[email protected]>
Wed, 10 Apr 2024 13:48:00 +0000 (15:48 +0200)
README.md

index 956418507b8b4388f0d5648fe990f1e1bfcb182e..f4969fcb56b465323a0a7a5089643300ae79020d 100644 (file)
--- 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`