From 33b808ad77cde16537b3b97b8a04e8673da1dab8 Mon Sep 17 00:00:00 2001 From: Sondre Wold Date: Wed, 10 Apr 2024 15:50:32 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 324a5d7..a68b14b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # Minimal Weather CLI Tool -This small script gets the average temperature and total precipitation for the next "x" hours at your current location (based on your ip). +This small script gets the average temperature and total precipitation for the next "x" hours at your current location (based on your IP). -Building the binary requires `cargo`: `cargo build --release` +### Requirements +- `serde` +- `reqwest` +- `serde_json` + +### Build +You can build the binary with cargo: `cargo build --release` The binary takes 1 argument (the hours): `./weather_cli 5` -- 2.39.5