`--dev` implies `--tmp`
parent
b53da9f444
commit
0fa941470d
|
@ -26,7 +26,7 @@ First, complete the [basic Rust setup instructions](./docs/rust-setup.md).
|
||||||
Use Rust's native `cargo` command to build and launch the template node:
|
Use Rust's native `cargo` command to build and launch the template node:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo run --release -- --dev --tmp
|
cargo run --release -- --dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
Loading…
Reference in New Issue