From ad1b3b2d5c0acaaeeeaaea57f11ff618df32c842 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Thu, 26 Oct 2023 14:48:27 -0700 Subject: [PATCH] Add a landing page for Quickstart guides --- README.md | 6 ++++-- docs_src/quickstarts/index.md | 11 +++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 docs_src/quickstarts/index.md diff --git a/README.md b/README.md index bd288179..1fdd9bc1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ![CI workflow](https://github.com/weewx/weewx/actions/workflows/ci.yaml/badge.svg) +[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) # [WeeWX](https://www.weewx.com) *Open source software for your weather station* @@ -37,6 +38,7 @@ Support for many online weather services, including: * PWSweather * WOW * AWEKAS +* Windy * Open Weathermap * WeatherBug * Weather Cloud @@ -83,7 +85,7 @@ WeeWX. ## Install -[https://weewx.com/docs/quickstarts](https;//weewx.com/quickstarts) +[https://weewx.com/docs/5.0/quickstarts](https://weewx.com/docs/5.0/quickstarts) ## Download @@ -99,7 +101,7 @@ For the latest source code: Guides for installation, upgrading, and customization: -[https://weewx.com/docs.html](https://weewx.com/docs.html) +[https://weewx.com/docs/5.0/](https://weewx.com/docs/5.0/) The wiki includes user-contributed extensions and suggestions: diff --git a/docs_src/quickstarts/index.md b/docs_src/quickstarts/index.md new file mode 100644 index 00000000..7f86b64d --- /dev/null +++ b/docs_src/quickstarts/index.md @@ -0,0 +1,11 @@ +# Quickstarts + +If you're an old hand at installing software on Unix systems, you may be able to +use one of our _Quickstart guides_: + +* [Debian](./debian) - including Ubuntu, Mint, Raspberry Pi + OS, Devuan. Uses `apt`. +* [Redhat](./redhat) - including Fedora, CentOS, Rocky. Uses `yum`. +* [SUSE](./suse) - including openSUSE. Uses `zypper`. +* [pip](./pip) - any operating system. Uses `pip` +* [git](./git) - any operating system. Run directly from repository.