From de380ff8108df2458755b81cbd1b79a08247e4d9 Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Fri, 6 Nov 2020 16:56:17 +0000 Subject: [PATCH] add arch section to readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d880d33..a5a1209 100644 --- a/README.md +++ b/README.md @@ -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].