From 201506028a561037fe1c450684ed5593b21c408a Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Wed, 24 Jun 2020 11:36:56 +0500 Subject: [PATCH] Temporary remove Homebrew --- readme.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/readme.md b/readme.md index 6f368dd118..9bab7f9cd1 100644 --- a/readme.md +++ b/readme.md @@ -4,18 +4,6 @@ Code scaffolding tool `starport` for Cosmos SDK applications. ## Installation -### macOS - -``` -brew install tendermint/tap/starport -``` - -### GNU/Linux - -Will be released as a Snap soon. Use `git clone` until then. - -### Build locally - ``` git clone https://github.com/tendermint/starport && cd starport && make ```