Skip to content

Commit

Permalink
fix setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Oct 10, 2024
1 parent a429964 commit 9b6adf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ That's exactly what we need!
Create a stub for the CLI component so you have an actual Rust package that can be compiled:

```sh
cargo add paekli-cli
cargo new paekli-cli
```

This command should automatically add the new package to your cargo workspace, so the `members` list in the top-level `Cargo.toml` should contain the string `"paekli-cli"`.
Expand Down

0 comments on commit 9b6adf8

Please sign in to comment.