From 2d43cd146fd7905802a47e3807a7fb9b0147b086 Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Tue, 22 Mar 2022 12:51:01 +0000 Subject: [PATCH] update readme version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11cf298..10780b2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ sudo apt install docker-ctop #### Linux (Generic) ```bash -sudo wget https://github.com/bcicen/ctop/releases/download/0.7.6/ctop-0.7.6-linux-amd64 -O /usr/local/bin/ctop +sudo wget https://github.com/bcicen/ctop/releases/download/0.7.7/ctop-0.7.7-linux-amd64 -O /usr/local/bin/ctop sudo chmod +x /usr/local/bin/ctop ``` @@ -49,7 +49,7 @@ sudo port install ctop ``` or ```bash -sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/0.7.6/ctop-0.7.6-darwin-amd64 +sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/0.7.7/ctop-0.7.7-darwin-amd64 sudo chmod +x /usr/local/bin/ctop ```