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
This commit is contained in:
Denis Yaremov 2021-11-03 14:04:31 +02:00 committed by GitHub
parent 6383ef8704
commit 77244dd65f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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