Switch --signer- to --ui-

This commit is contained in:
Gav Wood 2016-11-12 15:21:51 +01:00 committed by GitHub
parent 67fa58db14
commit 86eb84fd81
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ JavaScript APIs and UIs for Parity.
0. Install [Node](https://nodejs.org/) if not already available
0. Change to the `js` directory inside `parity/`
0. Install the npm modules via `npm install`
0. Parity should be run with `parity --signer-no-validation [...options]` (where `options` can be `--chain testnet`)
0. Parity should be run with `parity --ui-no-validation [...options]` (where `options` can be `--chain testnet`)
0. Start the development environment via `npm start`
0. Connect to the [UI](http://localhost:3000)