From 28d8ffd219aa1fafa4f00ce95df6658651a6fd69 Mon Sep 17 00:00:00 2001 From: chris west Date: Sun, 23 Feb 2020 15:28:41 -0800 Subject: [PATCH] phetch now on AUR --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e584a96..325d132 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ On macOS you can install with [Homebrew](https://brew.sh/): brew install xvxx/code/phetch +On Arch Linux, install phetch with your favorite [AUR helper][aur]: + + yay phetch + Binaries for Linux, Raspberry Pi, and Mac are available at https://github.com/xvxx/phetch/releases: @@ -122,7 +126,7 @@ To enable just TLS support, or just Tor support, use `--features`: - [ ] ctrl-c while telneting kills phetch - [ ] ctrl-c in load() not yet implemented -- [ ] ctrl-c in download fails to return to listening state +- [ ] ctrl-c in download fails to return to listening state because of termion bug: https://gitlab.redox-os.org/redox-os/termion/issues/168 @@ -140,3 +144,4 @@ To enable just TLS support, or just Tor support, use `--features`: [1]: https://github.com/xvxx/phetch/releases/download/v0.9.0/phetch-v0.9.0-linux-armv7.tgz [2]: https://github.com/xvxx/phetch/releases/download/v0.9.0/phetch-v0.9.0-macos.zip [phd]: https://github.com/xvxx/phd +[aur]: https://wiki.archlinux.org/index.php/AUR_helpers