Skip to content

Commit

Permalink
dos: install instead of just downloading (#3540)
Browse files Browse the repository at this point in the history
Adding '!' because without it, the command just downloads to $HOME. Also this maintains consistency with 'welcome/install/' line 43.

Co-authored-by: Danilo Pantani <[email protected]>
  • Loading branch information
mrodriguez3313 and Pantani authored Jul 3, 2023
1 parent f7acf08 commit 98c041d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/01-welcome/01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ With just a few commands, you can use Ignite CLI to:
To install the `ignite` binary in `/usr/local/bin` run the following command:

```
curl https://get.ignite.com/cli | bash
curl https://get.ignite.com/cli! | bash
```

## Projects using Tendermint and Cosmos SDK
Expand Down Expand Up @@ -60,4 +60,4 @@ and explorers that are built in the Cosmos ecosystem.
{ name: "OLLO Station", logo: "img/logo/ollostation.svg"},
{ name: "Mun", logo: "img/logo/mun.svg"},
{ name: "Aura Network", logo: "img/logo/aura.svg"},
]}/>
]}/>

0 comments on commit 98c041d

Please sign in to comment.