Skip to content

Commit

Permalink
Adding a comment to installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed Feb 13, 2019
1 parent fcc744e commit d9ad0bc
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions docs/gaia/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,29 @@ make tools install
That will install the `gaiad` and `gaiacli` binaries. Verify that everything is OK:

```bash
$ gaiad version
$ gaiacli version
$ gaiad version --long
$ gaiacli version --long
```

`gaiacli` for instance should output something similar to:

```
cosmos-sdk: 0.31.2-10-g1fba7308
git commit: 1fba7308fa226e971964cd6baad9527d4b51d9fc
vendor hash: 1aec7edfad9888a967b3e9063e42f66b28f447e6
build tags: netgo ledger
go version go1.11.5 linux/amd64
```

##### Build Tags

Build tags indicate special features that have been enabled in the binary.

| Build Tag | Description |
| --------- | ----------------------------------------------- |
| netgo | Name resolution will use pure Go code |
| ledger | Ledger devices are supported (hardware wallets) |

### Next

Now you can [join the public testnet](./join-testnet.md) or [create you own testnet](./deploy-testnet.md)

0 comments on commit d9ad0bc

Please sign in to comment.