Skip to content

Commit

Permalink
docs: Update wrapper instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblackman authored Jan 18, 2025
1 parent a173ffe commit 9fc2720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ cd tools/cargo-bin
cargo add --features cli cargo-run-bin
```

Ensure the tool binary is added to the workspace.
Ensure the tool binary is added to the workspace within `Cargo.toml`.

```toml
[workspace]
members = ["tools/cargo-bin"]
```

Now add an alias!
Now add an alias in `.cargo/config.toml`. If the file doesn't exist yet, then this will be the first entry!

```toml
[alias]
Expand Down

0 comments on commit 9fc2720

Please sign in to comment.