From 39771493e448f4e1181413b93d9168fa55c5c622 Mon Sep 17 00:00:00 2001 From: Stephen Gregoratto Date: Wed, 26 Dec 2018 22:15:26 +1100 Subject: [PATCH] Add Arch instructions, bump version requirements and fix formatting. --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ce0c6c..b2371e0 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ There are multiple ways you can install cointop depending on the platform you're ### From source (always latest) -Make sure to have [go](https://golang.org/) (1.9+) installed, then do: +Make sure to have [go](https://golang.org/) (1.10+) installed, then do: ```bash go get -u github.com/miguelmota/cointop @@ -126,7 +126,7 @@ Install cointop ````bash sudo dnf install cointop -```` +``` Run @@ -136,6 +136,16 @@ cointop cointop copr [project page](https://copr.fedorainfracloud.org/coprs/miguelmota/cointop/). +### AUR (Arch Linux) + +cointop is available as an [AUR](https://aur.archlinux.org/packages/cointop) package. + +```bash +git clone https://aur.archlinux.org/cointop.git +cd cointop +makepkg -si +``` + ### Snap (Ubuntu) cointop is available as a [snap](https://snapcraft.io/cointop) for Linux users.