Add a landing page for Quickstart guides

This commit is contained in:
Tom Keffer
2023-10-26 14:48:27 -07:00
parent 617b5be489
commit ad1b3b2d5c
2 changed files with 15 additions and 2 deletions

View File

@@ -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:

View File

@@ -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.