docs(walkthrough): fix invocation — needs --manifest-path from repo root #106
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_rpc!106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "walkthrough-docfix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Doc-comment fix on top of #105.
hero_recipes_examplesis a member of the nestedexample/recipe_server/workspace, not the top-levelhero_rpc/workspace —cargo run -p hero_recipes_examplesfrom the repo root errors with "package not found in workspace". The walkthrough header now documents both working invocations:cargo run --manifest-path example/recipe_server/Cargo.toml --example 01_walkthroughexample/recipe_server/:cargo run -p hero_recipes_examples --example 01_walkthroughVerified:
cargo run --manifest-path example/recipe_server/Cargo.toml --example 01_walkthroughcompletes end-to-end from the repo root.