Skip to content

Commit 3229814

Browse files
committed
Use bash code fences for install guide [ci skip]
Using `shell` results in a somewhat different color formatting. All other command examples set the language to `bash` instead.
1 parent 44988c1 commit 3229814

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)