Skip to content

Commit

Permalink
fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Navoichyk committed May 19, 2023
1 parent 402043f commit a87af5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The node supports 2 runtimes.

Runtime `cere` uses by default in Cere Mainnet/Testnet/QAnet. You can start the node with it by:
1. Running the node connected to [Cere Mainnet](#mainnet), [Cere Testnet](#testnet) or [Cere QAnet](#qanet)
2. Running the node with a custom spec. Be sure that [id](https://github.com/Cerebellum-Network/blockchain-node/blob/dev-cere/node/service/src/chain_spec.rs#L265) **does not** start with `cere-dev`
2. Running the node with a custom spec. Be sure that [id](https://github.com/Cerebellum-Network/blockchain-node/blob/dev-cere/node/service/src/chain_spec.rs#L265) **does not** start with `cere_dev`
```bash
./target/release/cere --chain=./target/release/customSpecRaw.json
```
Expand All @@ -90,7 +90,7 @@ Runtime `cere` uses by default in Cere Mainnet/Testnet/QAnet. You can start the
Runtime `cere-dev` uses by default in Cere Devnet. You can start the node with it by:
1. Running the node connected to [Cere Devnet](#Devnet)
1. Running the [Single-Node Development Chain](#Single-Node-Development-Chain)
1. Running the node with a custom spec. Be sure that [id](https://github.com/Cerebellum-Network/blockchain-node/blob/dev-cere/node/service/src/chain_spec.rs#L265) **starts** with `cere-dev` and you pass `--force-cere-dev` parameter
1. Running the node with a custom spec. Be sure that [id](https://github.com/Cerebellum-Network/blockchain-node/blob/dev-cere/node/service/src/chain_spec.rs#L265) **starts** with `cere_dev` and you pass `--force-cere-dev` parameter
```bash
./target/release/cere --chain=./target/release/customSpecRaw.json --force-cere-dev
```
Expand Down

0 comments on commit a87af5c

Please sign in to comment.