aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md26
-rw-r--r--docs/assets/downloadbutton.pngbin0 -> 19357 bytes
2 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
diff --git a/docs/assets/downloadbutton.png b/docs/assets/downloadbutton.png
new file mode 100644
index 00000000..e799473e
--- /dev/null
+++ b/docs/assets/downloadbutton.png
Binary files differ