diff --git a/README.md b/README.md index 03b30c12b..de9d9dde7 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ cargo shuttle init --axum hello-world And to deploy it, write: ```bash -cargo shuttle project new -cargo shuttle project status // until the project is "ready" +cd hello-world +cargo shuttle project new # Only needed if project has not already been created during init cargo shuttle deploy ```