Add Arch instructions, bump version requirements and fix formatting.

pull/22/head
Stephen Gregoratto 6 years ago
parent 3ec497b96f
commit 39771493e4
No known key found for this signature in database
GPG Key ID: E65F3C31DBD4FEF2

@ -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.

Loading…
Cancel
Save