docs: fixes (#484)

* docs: fixes

* multisig
This commit is contained in:
Federico Kunze Küllmer
2021-08-24 00:39:10 +00:00
committed by GitHub
parent 49b5ecfc76
commit 0d888f3033
6 changed files with 431 additions and 139 deletions
+2 -10
View File
@@ -28,7 +28,7 @@ Check that the binaries have been successfully installed:
ethermintd version
```
## Docker
### Docker
You can build Ethermint using Docker by running:
@@ -43,18 +43,10 @@ successfully installed:
ethermintd version
```
## Releases
::: warning
Ethermint is under VERY ACTIVE DEVELOPMENT and should be treated as pre-alpha software. This means it is not meant to be run in production, its APIs are subject to change without warning and should not be relied upon, and it should not be used to hold any value. We will remove this warning when we have a release that is stable, secure, and properly tested.
:::
### Releases
You can also download a specific release available on the Ethermint [repository](https://github.com/tharsis/ethermint/releases) or via command line:
```bash
go install github.com/tharsis/ethermint@latest
```
## Next {hide}
Learn how to [run a node](./.run_node.md) {hide}