From 3d3c1f7bed0502cb8387304dbc9349f96372788b Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Sat, 30 Apr 2022 15:57:19 +0300 Subject: [PATCH] Readme: Move `Why Rare?` section and `Issues` before `Installation` for better flow --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index cc827924..2c718116 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,18 @@ Rare is a graphical interface for Legendary, a command line alternative to Epic licensed under CC BY-SA 4.0

+## Why Rare? + +- Runs natively, and supports most of the major platforms +- Gets out of your way when you don't need it, allowing you to enjoy your games +- Tries to be as lightweight as we can make it while still offering a feature-full experience +- Integrates seamlessly with legendary as both projects are developed in Python +- Packages, packages everywhere + +## Issues + +If you run into any issues, please report it by creating an issue on GitHub or on Discord: https://discord.gg/YvmABK9YSk + ## Installation ### Installation via pip (recommend) @@ -95,18 +107,6 @@ In the [actions](https://github.com/Dummerle/Rare/actions) tab you can find pack If you are on Arch you can run `sudo pacman --needed -S python-wheel python-setuptools python-pyqt5 python-qtawesome python-requests python-psutil` 3. Run `python3 -m rare` -## Why Rare? - -- Runs natively, and supports most of the major platforms -- Gets out of your way when you don't need it, allowing you to enjoy your games -- Tries to be as lightweight as we can make it while still offering a feature-full experience -- Integrates seamlessly with legendary as both projects are developed in Python -- Packages, packages everywhere - -## Issues - -If you run into any issues, please report it by creating an issue on GitHub or on Discord: https://discord.gg/YvmABK9YSk - ## Contributing There are several options to contribute.