aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-02-04 15:14:02 +0100
committerGitHub <noreply@github.com>2022-02-04 15:14:02 +0100
commite2aa874f48dc585f0d67c5655df234bdf356cc53 (patch)
tree0a915ec605ddbc7099f8c407ce60a513e83d7400
parent41f1e09e447014cd46deb4f0af29f98fad8ab222 (diff)
parent210d31633abd39c0d2fc751b68d9e6627690adeb (diff)
downloadViper-e2aa874f48dc585f0d67c5655df234bdf356cc53.tar.gz
Viper-e2aa874f48dc585f0d67c5655df234bdf356cc53.zip
Merge pull request #65 from 0neGal/easier-download
Improve ease of install
-rw-r--r--README.md11
-rw-r--r--assets/download.pngbin0 -> 11474 bytes
2 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index dc9cc73..81ad6d3 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
<p align="center">
- <img src="src/assets/icons/512x512.png" width="200px"><br><br>
+ <img src="src/assets/icons/512x512.png" width="200px"><br>
+ <a href="https://github.com/0neGal/viper/releases/download/v1.1.0/Viper-Setup-1.1.0.exe"><img src="assets/download.png" width="300px"></a><br>
<a href="https://github.com/0neGal/viper/projects/1">Overview</a> |
- <a href="https://github.com/0neGal/viper/releases">Releases</a>
-</p><br><br>
+ <a href="https://github.com/0neGal/viper/releases">Releases</a><br>
+</p>
## What is Viper?
@@ -14,9 +15,9 @@ Downloads are available on the [releases page](https://github.com/0neGal/viper/r
Please note that some versions will update themselves automatically when a new release is available (just like Origin or Steam) and some will NOT, so choose it accordingly. Only the AppImage and Windows Setup/Installer can auto-update.
-**Windows:** `Viper Setup [x.y.z].exe` (auto-updates, and is recommanded), `Viper [x.y.z].exe` (single executable, no fuss)
+**Windows:** [`Viper Setup [x.y.z].exe`](https://github.com/0neGal/viper/releases/download/v1.1.0/Viper-Setup-1.1.0.exe) (auto-updates, and is recommanded), [`Viper [x.y.z].exe`](https://github.com/0neGal/viper/releases/download/v1.1.0/Viper-1.1.0.exe) (single executable, no fuss)
-**Linux:** `.AppImage` (auto-updates), `.deb`, `.rpm`, `.snap`, `.tar.gz`
+**Linux:** [`.AppImage`](https://github.com/0neGal/viper/releases/download/v1.1.0/Viper-1.1.0.AppImage) (auto-updates), [`.deb`](https://github.com/0neGal/viper/releases/download/v1.1.0/viper-1.1.0_amd64.deb), [`.rpm`](https://github.com/0neGal/viper/releases/download/v1.1.0/Viper-1.1.0.x86_64.rpm), [`.tar.gz`](https://github.com/0neGal/viper/releases/download/v1.1.0/Viper-1.1.0.tar.gz)
## What can it do specifically?
diff --git a/assets/download.png b/assets/download.png
new file mode 100644
index 0000000..52bef5d
--- /dev/null
+++ b/assets/download.png
Binary files differ