`--dev` implies `--tmp`

main
Shawn Tabrizi 2022-02-09 08:49:32 +01:00 committed by GitHub
parent b53da9f444
commit 0fa941470d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```sh
cargo run --release -- --dev --tmp
cargo run --release -- --dev
```
### Build