Skip to content

Commit

Permalink
Add missing $ for a bash [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sampatbadhe committed May 31, 2024
1 parent 9283b9e commit 064c605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/7_2_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ By default, the dev container contains the following:
To generate a new application with a development container, you can run:

```bash
rails new myapp --devcontainer
$ rails new myapp --devcontainer
```

For existing applications, a `devcontainer` command is now available:

```bash
rails devcontainer
$ rails devcontainer
```

For more information, see the [Getting Started with Dev Containers](getting_started_with_devcontainer.html) guide.
Expand Down

0 comments on commit 064c605

Please sign in to comment.