From 77244dd65f5528f5a9ade3cd7d04c0120f763c8b Mon Sep 17 00:00:00 2001 From: Denis Yaremov Date: Wed, 3 Nov 2021 14:04:31 +0200 Subject: [PATCH] Update to Readme.md There seems to be a problem with `osx => OSX` branch casing, the command doesn't work by just copy and pasting on osx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6f6c68..0ae48df 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If you want to help out, test for bugs/fix bugs or just try out the branches: brew install coreutils make gcc@11 git clone https://github.com/aristocratos/btop.git cd btop -git checkout osx +git checkout OSX gmake ```