mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update Installing-Geth.md
This commit is contained in:
parent
404be49344
commit
45f816b64f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ You can install the develop branch using the `--devel` parameter:
|
|||
brew install ethereum --devel
|
||||
```
|
||||
|
||||
The `abigen`, `bootnode`, `checkpoint-admin`, `clef`, `devp2p`, `ethkey`, `evm`, `examples`, `faucet`, `geth`, `p2psim`, `puppeth`, `rlpdump`, and `wnode` commands are then available on your system in `/usr/local/bin/`. You can create a new account on your node with:
|
||||
The `abigen`, `bootnode`, `checkpoint-admin`, `clef`, `devp2p`, `ethkey`, `evm`, `faucet`, `geth`, `p2psim`, `puppeth`, `rlpdump`, and `wnode` commands are then available on your system in `/usr/local/bin/`. You can create a new account on your node with:
|
||||
|
||||
```shell
|
||||
geth account new
|
||||
|
|
|
|||
Loading…
Reference in a new issue