diff --git a/Makefile b/Makefile index ecc42f5..2e8066e 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,12 @@ brew/audit: brew/test: brew test cointop.rb +brew/tap: + brew tap cointop/cointop https://github.com/miguelmota/cointop + +brew/untap: + brew untap cointop/cointop + git/rm/large: java -jar bfg.jar --strip-blobs-bigger-than 200K . diff --git a/README.md b/README.md index ccdfe82..d123530 100644 --- a/README.md +++ b/README.md @@ -71,14 +71,6 @@ cointop cointop is available via [Homebrew](https://brew.sh/) for macOS: -Install brew tap - -```bash -brew tap cointop/cointop https://github.com/miguelmota/cointop -``` - -Install cointop - ```bash brew install cointop ```