Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

readme: beautify privatenet ipcpath #800

Merged
merged 1 commit into from
Jun 10, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ To run a private network you will need to set the `networkdid`, `ipcpath` and
`datadir` flags:

```bash
$ electron . -- --networkid 1234 --ipcpath /Users/you/Library/Ethereum/geth.ipc --datadir ...
$ electron . -- --networkid 1234 --ipcpath ~/Library/Ethereum/geth.ipc --datadir ~/Library/Ethereum/privatenet
```

You can also run `geth` separately yourself with the same options prior to start
Expand Down