Skip to content
Open
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ After configuring, you probably want to acquire some Kovan Ether. To do so, foll

Most users who want to interact with the Kovan chain simply need to run parity with the correct chain config:

### OSX / Linux
### Linux

Use `parity --chain=kovan`

### OSX

`/Applications/Parity\ Ethereum.app/Contents/MacOS/parity --chain=kovan`

### Windows

To run Kovan on windows, edit the Parity startup shortcut and append `--chain kovan`.
Expand Down