diff --git a/guides/source/getting_started_with_devcontainer.md b/guides/source/getting_started_with_devcontainer.md index 756d64f6b2fe9..37e2c7b0fd362 100644 --- a/guides/source/getting_started_with_devcontainer.md +++ b/guides/source/getting_started_with_devcontainer.md @@ -77,7 +77,7 @@ To use `rails-new` to generate your app, open a terminal, navigate to a director rights to create files, and run: ```bash -$ rails-new blog +$ rails-new blog --devcontainer ``` This will create a Rails application called Blog in a `blog` directory.