Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdinAck authored Feb 13, 2024
1 parent f348fa5 commit d06ce4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -37,17 +37,17 @@ You can see how the `init` command works with:
cargo embassy init --help
```

To deploy the project, run:
To run the project, use:
```
cargo embed <OPTIONS>
cargo run
```

...or to run the project with RTT:
...or to deploy the project without RTT:
```
cargo run --features defmt
cargo embed
```

> `defmt` is *opt-in* so for RTT the `defmt` feature must be enabled.
> `defmt` can be removed for production deployments by disabling the "debug" feature with `--no-default-features`.
# Examples

0 comments on commit d06ce4a

Please sign in to comment.