From de78169c9842e5885a121b7084f7f13b09a96da9 Mon Sep 17 00:00:00 2001 From: dr460nf1r3 Date: Sat, 6 Mar 2021 20:21:55 +0100 Subject: [PATCH] Add Arch Linux installation instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f8a9954..707525e 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,9 @@ heroku open This series of commands can take a while, but once you run it once, you shouldn't have to run it again. The final command, `heroku open` will launch a tab in your web browser, where you can test out Whoogle and even [set it as your primary search engine](https://github.com/benbusby/whoogle#set-whoogle-as-your-primary-search-engine). You may also edit environment variables from your app’s Settings tab in the Heroku Dashboard. +#### Arch Linux & devriates +There is a [package available](https://aur.archlinux.org/packages/whoogle-git/) at AUR, a prebuilt & daily updated package is also available at [Chaotic-AUR](https://chaotic.cx). + #### Using your own server, or alternative container deployment There are other methods for deploying docker containers that are well outlined in [this article](https://rollout.io/blog/the-shortlist-of-docker-hosting/), but there are too many to describe set up for each here. Generally it should be about the same amount of effort as the Heroku deployment.