Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: local-run.mdx still suggests running shuttle as cargo command instead of shell command #304

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

tomasguinzburg
Copy link
Contributor

@tomasguinzburg tomasguinzburg commented Oct 30, 2024

Local run docs still use cargo watch -x 'shuttle run', which translates to cargo shuttle run; instead of using cargo watch -s 'shuttle run', which translates to shuttle run.

This is just a quick fix to the docs.

image

Local run docs still use `cargo watch -x 'shuttle run'`, which translates to `cargo shuttle run`; instead of using `cargo watch-s 'shuttle run'`, which translates to `shuttle run`.
@tomasguinzburg tomasguinzburg changed the title Update local-run.mdx docs: local-run.mdx still suggests running shuttle as cargo command instead of shell command Oct 30, 2024
docs/local-run.mdx Outdated Show resolved Hide resolved
Copy link
Member

@jonaro00 jonaro00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jonaro00 jonaro00 merged commit d3070d9 into shuttle-hq:main Oct 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants