Skip to content

Commit

Permalink
Use the --devcontainer option when generating a new Rails app in th…
Browse files Browse the repository at this point in the history
…e guide
  • Loading branch information
rafaelfranca committed May 23, 2024
1 parent be2ecdf commit 213bdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/getting_started_with_devcontainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 213bdfe

Please sign in to comment.