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.