Skip to content

Commit 2f3792c

Browse files
authored
Apply suggestions from code review
1 parent c1fcd1c commit 2f3792c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

examples/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# How to Run
22

3-
## Build Bulletin
4-
5-
```shell
6-
git clone https://github.com/paritytech/polkadot-bulletin-chain.git
7-
cd polkadot-bulletin-chain
8-
cargo build --release -p polkadot-bulletin-chain
9-
```
103

114
```shell
125
cd polkadot-bulletin-chain # make you are inside the project directory for the following steps
@@ -62,9 +55,14 @@ docker logs -f ipfs-node
6255

6356
```shell
6457
# Bulletin Solochain
58+
## Build Bulletin
59+
60+
```shell
61+
# cd polkadot-bulletin-chain # make you are in this directory
62+
cargo build --release -p polkadot-bulletin-chain
63+
6564
POLKADOT_BULLETIN_BINARY_PATH=./target/release/polkadot-bulletin-chain \
6665
./$(ls zombienet-*-*) -p native spawn ./zombienet/bulletin-polkadot-local.toml
67-
```
6866
6967
### Connect IPFS Nodes
7068

0 commit comments

Comments
 (0)