From 9e1cd16fe151d7814b1a3926deedadc8cd2030f4 Mon Sep 17 00:00:00 2001 From: Robin Arnold <1297660+RRArny@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:06:58 +0200 Subject: [PATCH] Added config file flag to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8899a5..e8c4a51 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ If you provide no flags to WXfetch at all, it will try and fetch weather info fr With `-a` or `--airfield` you can provide the ICAO or IATA code for a reporting station. Alternatively, with `--lat` and `--lon` you can provide geographical coordinates. WXfetch will then try and find a reporting station close to that position. Please make sure to provide both parameters. +With `-c` or `--config-file` you can specify a configuration file as described below. + If there is any problem with the provided arguments WXfetch will print an error message and default to geoip. ## Configuration