From fa282eb429ccdc7d1208dd8f210a2a884426d676 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 17 May 2020 16:09:02 +0900 Subject: [PATCH] Add AUR link to install whalebird in README --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79ad10c1..c16ed6f5 100644 --- a/README.md +++ b/README.md @@ -63,16 +63,23 @@ $ brew cask install whalebird ### Linux - -You can download `.deb` or `.rpm` from [release page](https://github.com/h3poteto/whalebird-desktop/releases). +There are some packages in [release page](https://github.com/h3poteto/whalebird-desktop/releases), for example `.deb`, `.rpm` and `.AppImage`. If you do not want to use the package manager, please download `.tar.bz2` file and decompress it. -Or please install the app from [snapcraft.io](https://snapcraft.io/whalebird). +If you are using snap, please install from [snapcraft.io](https://snapcraft.io/whalebird). ``` $ sudo snap install whalebird ``` +Or you can install from [Arch User Repository](https://aur.archlinux.org/packages/whalebird-bin/). + +``` +$ yay -S whalebird-bin +``` + +:sparkles: Thanks to [@ariasuni](https://github.com/ariasuni) for adding it to AUR. + ### Windows You can download `.exe` from [release page](https://github.com/h3poteto/whalebird-desktop/releases).