소스 검색

readme: add missing `--` after cardo run

Mokhtar Naamani 5 년 전
부모
커밋
37943c3992
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -39,7 +39,7 @@ cargo build --release
 Run the node and connect to the public testnet.
 
 ```bash
-cargo run --release --chain ./rome-tesnet.json
+cargo run --release -- --chain ./rome-tesnet.json
 ```
 
 The `rome-testnet.json` chain file can be ontained from the [release page](https://github.com/Joystream/substrate-node-joystream/releases/tag/v2.1.2)