Skip to content

Commit 213bdfe

Browse files
committed
Use the --devcontainer option when generating a new Rails app in the guide
1 parent be2ecdf commit 213bdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/getting_started_with_devcontainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To use `rails-new` to generate your app, open a terminal, navigate to a director
7777
rights to create files, and run:
7878

7979
```bash
80-
$ rails-new blog
80+
$ rails-new blog --devcontainer
8181
```
8282

8383
This will create a Rails application called Blog in a `blog` directory.

0 commit comments

Comments
 (0)