commit 9fc9660987b04d2aee2ba3d47f72a13f00ebc34f
parent 6102c93fdb457b489fc7fcc7c00d92fc0a9e40de
Author: Frederic Cambus <fred@statdns.com>
Date: Sat, 13 Jun 2020 00:33:47 +0200
Simply link to available operating system packages.
Diffstat:
M | README.md | | | 43 | ++++++++++++++++++------------------------- |
1 file changed, 18 insertions(+), 25 deletions(-)
diff --git a/README.md b/README.md
@@ -28,25 +28,12 @@ After cloning the repository, simply invoke the script by typing:
AnsiWeather packages are available for:
-### OpenBSD
-
- pkg_add ansiweather
-
-### Pkgsrc (NetBSD, SmartOS, Mac OS X, etc.)
-
- pkgin install ansiweather
-
-### FreeBSD
-
- pkg install ansiweather
-
-### Debian
-
- apt-get install ansiweather
-
-### Homebrew (Mac OS X)
-
- brew install ansiweather
+- [OpenBSD][4]
+- [NetBSD][5]
+- [FreeBSD][6]
+- [Debian][7]
+- [Ubuntu][8]
+- [Homebrew][9]
@@ -123,9 +110,9 @@ variables.
### Location
Location format is `city,CC` where `CC` is a two-letter ISO 3166-1 alpha-2
-country code. A list of country codes is available [here][4].
+country code. A list of country codes is available [here][10].
Alternatively, it's also possible to specify locations by their ID, a city
-list is available [here][5].
+list is available [here][11].
In case no location is specified, AnsiWeather will fallback to the default
location.
@@ -232,7 +219,7 @@ Default: `%b %d %r`
Specify an OpenWeatherMap API key. By default AnsiWeather uses its own
key, but users can optionally get their own one by creating a free
-[OpenWeatherMap account][6].
+[OpenWeatherMap account][12].
api_key:85a4e3c55b73909f42c6a23ec35b7147
@@ -260,6 +247,12 @@ GitHub: https://github.com/fcambus/ansiweather
[1]: https://www.cambus.net/files/ansiweather/ansiweather.png
[2]: https://stedolan.github.io/jq/
[3]: https://www.gnu.org/software/bc/
-[4]: https://www.statdns.com/cctlds/
-[5]: https://bulk.openweathermap.org/sample/
-[6]: https://home.openweathermap.org/users/sign_up
+[4]: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/astro/ansiweather
+[5]: https://pkgsrc.se/misc/ansiweather
+[6]: https://www.freshports.org/misc/ansiweather
+[7]: https://packages.debian.org/search?keywords=ansiweather
+[8]: https://packages.ubuntu.com/search?keywords=ansiweather
+[9]: https://formulae.brew.sh/formula/ansiweather
+[10]: https://www.statdns.com/cctlds/
+[11]: https://bulk.openweathermap.org/sample/
+[12]: https://home.openweathermap.org/users/sign_up