add arch section to readme

This commit is contained in:
Bradley Cicenas 2020-11-06 16:56:17 +00:00
parent e7e2478468
commit de380ff810
No known key found for this signature in database
GPG Key ID: AF579ED4B93CBB5C

View File

@ -27,6 +27,10 @@ sudo apt update
sudo apt install docker-ctop
```
#### Arch
`ctop` is available for Arch in the [AUR](https://aur.archlinux.org/packages/ctop-bin/)
#### Linux (Generic)
```bash
@ -54,8 +58,6 @@ docker run --rm -ti \
quay.io/vektorlab/ctop:latest
```
`ctop` is also available for Arch in the [AUR](https://aur.archlinux.org/packages/ctop-bin/)
## Building
Build steps can be found [here][build].