瀏覽代碼

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)