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