summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-03-03 10:55:09 +0100
committerLibravatar GitHub <noreply@github.com>2020-03-03 10:55:09 +0100
commit65b35a39f24a90153f6690848c246ef22facef94 (patch)
treef3de83648ba1764c99f1b494f5078fb82b2b945c
parentMerge pull request #419 from getferdi/fix/context-menu (diff)
downloadferdium-app-65b35a39f24a90153f6690848c246ef22facef94.tar.gz
ferdium-app-65b35a39f24a90153f6690848c246ef22facef94.tar.zst
ferdium-app-65b35a39f24a90153f6690848c246ef22facef94.zip
Improve installation guide (#431)
* Enhance installation guide in README * Add download button * Add Download info * Refactor AUR package guide
-rw-r--r--README.md18
-rw-r--r--branding/download.pngbin0 -> 29008 bytes
-rw-r--r--branding/download.psdbin0 -> 161099 bytes
3 files changed, 13 insertions, 5 deletions
diff --git a/README.md b/README.md
index 25d04e955..ade6aeabb 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,18 @@
1<p align="center"> 1<p align="center">
2 <img src="./build-helpers/images/icon.png" alt="" width="200"/> 2 <a href="https://getferdi.com">
3 <img src="./build-helpers/images/icon.png" alt="" width="250"/>
4 </a>
5</p>
6<p align="center">
7 <a href="https://getferdi.com/download">
8 <img src="./branding/download.png" alt="Download" width="150"/>
9 </a>
3</p> 10</p>
4 11
5# Ferdi 12# Ferdi
6 13
7<p align="center"> 14<p align="center">
15<img alt="GitHub Releases" src="https://img.shields.io/github/downloads/getferdi/ferdi/latest/total?label=Downloads&logo=iCloud&logoColor=%23FFFFFF">
8<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --><a href='#contributors'><img src='https://img.shields.io/badge/contributors-23-default.svg?logo=github' alt='Contributors'/></a><!-- ALL-CONTRIBUTORS-BADGE:END --> 16<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --><a href='#contributors'><img src='https://img.shields.io/badge/contributors-23-default.svg?logo=github' alt='Contributors'/></a><!-- ALL-CONTRIBUTORS-BADGE:END -->
9<a href="#backers-via-opencollective"><img alt="Open Collective backers" src="https://img.shields.io/opencollective/backers/getferdi?logo=open-collective"></a> 17<a href="#backers-via-opencollective"><img alt="Open Collective backers" src="https://img.shields.io/opencollective/backers/getferdi?logo=open-collective"></a>
10<a href="#sponsors-via-opencollective"><img alt="Open Collective sponsors" src="https://img.shields.io/opencollective/sponsors/getferdi?logo=open-collective"></a> 18<a href="#sponsors-via-opencollective"><img alt="Open Collective sponsors" src="https://img.shields.io/opencollective/sponsors/getferdi?logo=open-collective"></a>
@@ -67,7 +75,7 @@ Ferdi is a messaging browser that allows you to combine your favorite messaging
67 75
68## Download Ferdi 76## Download Ferdi
69 77
70You can find the installers in the [latest stable release](https://github.com/getferdi/ferdi/releases/latest) assets and [all the other release here](https://github.com/getferdi/ferdi/releases). 78You can download Ferdi for Windows, Mac and Linux on [Ferdi's download page](https://getferdi.com/download) or you can find all variants in the [latest stable release](https://github.com/getferdi/ferdi/releases/latest) assets and [all the other release here](https://github.com/getferdi/ferdi/releases).
71 79
72### Or use homebrew (macOS only) 80### Or use homebrew (macOS only)
73 81
@@ -78,9 +86,9 @@ You can find the installers in the [latest stable release](https://github.com/ge
78### Or use AUR (Arch Linux) 86### Or use AUR (Arch Linux)
79 87
80Ferdi has three seperate AUR packages you can use: 88Ferdi has three seperate AUR packages you can use:
81- **[ferdi](https://aur.archlinux.org/packages/ferdi/)**: Uses your system electron version to run the latest release 89- **[ferdi](https://aur.archlinux.org/packages/ferdi/)**: Uses your system electron version to run the latest release - this version will work best on most systems.
82- **[ferdi-bin](https://aur.archlinux.org/packages/ferdi-bin/)**: Uses the latest Fedora release and extracts it to Arch 90- **[ferdi-bin](https://aur.archlinux.org/packages/ferdi-bin/)**: Uses the latest Fedora release and extracts it to Arch. Use this version if you are having trouble with the `ferdi` package.
83- **[ferdi-git](https://aur.archlinux.org/packages/ferdi-git/)**: Uses your system electron version to run the latest commit from the develop branch 91- **[ferdi-git](https://aur.archlinux.org/packages/ferdi-git/)**: Uses your system electron version to run the latest commit from the develop branch and may be unstable but may also give you features that are not yet available in other versions. Please only use `ferdi-git` if you accept these risks.
84 92
85If you use an AUR Helper e.g. yay, simply install it via `yay -S ferdi`. 93If you use an AUR Helper e.g. yay, simply install it via `yay -S ferdi`.
86 94
diff --git a/branding/download.png b/branding/download.png
new file mode 100644
index 000000000..7dcb0a92b
--- /dev/null
+++ b/branding/download.png
Binary files differ
diff --git a/branding/download.psd b/branding/download.psd
new file mode 100644
index 000000000..dacb396c8
--- /dev/null
+++ b/branding/download.psd
Binary files differ