aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-11-29 18:27:36 +0100
committerGitHub <noreply@github.com>2022-11-29 18:27:36 +0100
commitae3fe1c5e03704886c2989ea678e75cfbd6f2ccb (patch)
tree8f67d6847cc32c59a25707e2e65a237d22688c2d /README.md
parente3237e8cb95424da5f1ae8d1f48805a1b6760a79 (diff)
downloadFlightCore-ae3fe1c5e03704886c2989ea678e75cfbd6f2ccb.tar.gz
FlightCore-ae3fe1c5e03704886c2989ea678e75cfbd6f2ccb.zip
docs: Add download button to README (#87)
* docs: Add download button to README * docs: Move Roadmap to the end of README * docs: Improve installation section More structured and hopefully easier to follow. * docs: Add shields for version and GitHub downloads
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 18 insertions, 8 deletions
diff --git a/README.md b/README.md
index c5746ccc..521e59f8 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
<p align="center">
- <img src="docs/assets/Square310x310Logo.png" width="200px"><br>
+ <img src="docs/assets/Square310x310Logo.png" width="200px">
+ <br>
+ <br>
+ <a href="https://github.com/R2NorthstarTools/FlightCore/releases/download/v1.1.0/FlightCore_1.1.0_x64_en-US.msi"><img src="docs/assets/downloadbutton.png" width="300px"></a>
+ <br>
</p>
# FlightCore
@@ -8,17 +12,23 @@ A [Northstar](https://northstar.tf/) installer, updater, and mod-manager
![FlightCore screenshot](docs/assets/main-window-screenshot.png)
-## Roadmap
+## Install
---> See https://github.com/R2NorthstarTools/FlightCore/issues/1
+Downloads are available on the [releases page](https://github.com/R2NorthstarTools/FlightCore/releases).
+
+**Windows:** Download `FlightCore_X.Y.Z_x64_en-US.msi` and then run the installer by double-clicking the file.
+
+**Linux:** Download `flight-core_X.Y.Z_amd64.AppImage`, put it in a preferred location and make it executable. A Flatpak version is planned for the future.
-## Download
+All versions of FlightCore feature an auto-updater that will ask to self-update on new releases.
-Head to over to [releases](https://github.com/R2NorthstarTools/FlightCore/releases) and download
-- **Windows:** `FlightCore_X.Y.Z_x64_en-US.msi`
-or
-- **Linux:** `flight-core_X.Y.Z_amd64.AppImage` .
+<a href="https://github.com/R2NorthstarTools/FlightCore/releases"><img src="https://img.shields.io/github/v/release/R2NorthstarTools/FlightCore" alt="GitHub release (latest by date)"></a>
+<img src="https://img.shields.io/github/downloads/R2NorthstarTools/FlightCore/latest/total" alt="GitHub release downloads (latest by date)">
## Development
If you'd like to contribute to FlightCore, see [docs/DEVELOPMENT.md](docs/DEVELOPMENT.md)
+
+## Roadmap
+
+--> See https://github.com/R2NorthstarTools/FlightCore/issues/1