Skip to content

Commit 81c89a5

Browse files
authored
fix markdown code highlighting
1 parent 853ac9b commit 81c89a5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,12 @@ iruby register --force
7575
```
7676

7777
If you are using macports, run the following commands.
78-
port install libtool autoconf automake autogen
79-
gem install ffi-rzmq
80-
gem install iruby
78+
79+
```shell
80+
port install libtool autoconf automake autogen
81+
gem install ffi-rzmq
82+
gem install iruby
83+
```
8184

8285

8386
### FreeBSD

0 commit comments

Comments
 (0)