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

index 324a5d78f51e4bde653d5f1fe35b6eb3b92652fa..a68b14b51016de85ba3e22ab910b74a00cd9fc73 100644 (file)
--- 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`