Skip to content

Commit

Permalink
Update README.md (paritytech#825)
Browse files Browse the repository at this point in the history
Change to the README.md instruction to run the node with the "release" folder instead of the "debug" folder.
  • Loading branch information
joshuacheong committed Aug 25, 2022
1 parent f636d6c commit db91fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ $ cargo build --release
To execute the chain, run:

```
$ ./target/debug/frontier-template-node --dev
$ ./target/release/frontier-template-node --dev
```

The node also supports to use manual seal (to produce block manually through RPC).
This is also used by the ts-tests:

```
$ ./target/debug/frontier-template-node --dev --manual-seal
$ ./target/release/frontier-template-node --dev --manual-seal
```

### Docker Based Development
Expand Down

0 comments on commit db91fe2

Please sign in to comment.