Skip to content

Commit c82c49c

Browse files
authored
Merge pull request rails#51962 from sampatbadhe/patch-15
Add missing $ for a bash [ci skip]
2 parents 9283b9e + 064c605 commit c82c49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/7_2_release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ By default, the dev container contains the following:
5959
To generate a new application with a development container, you can run:
6060

6161
```bash
62-
rails new myapp --devcontainer
62+
$ rails new myapp --devcontainer
6363
```
6464

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

6767
```bash
68-
rails devcontainer
68+
$ rails devcontainer
6969
```
7070

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

0 commit comments

Comments
 (0)