Skip to content

Commit a28d2e4

Browse files
authored
Merge pull request rails#54315 from p8/guides/bash-code-fences
Use bash code fences for install guide [ci skip]
2 parents 2a30338 + 3229814 commit a28d2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/install_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For macOS, you'll need Xcode Command Line Tools and Homebrew to install dependen
2929

3030
Open Terminal and run the following commands:
3131

32-
```shell
32+
```bash
3333
# Install Xcode Command Line Tools
3434
$ xcode-select --install
3535

0 commit comments

Comments
 (0)