Skip to content

Commit 7a9b6a4

Browse files
committed
Fix indent of the code embeded in README
1 parent cd9a3ab commit 7a9b6a4

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,31 +64,35 @@ Therefore we use libzmq3 like the following:
6464
1. make your ports tree up-to-date.
6565
2. replace LIBDEPENDS line in ports/net/py-pyzmq/Makefile
6666

67+
```shell
6768
LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq4
68-
69-
with
70-
69+
```
70+
with
71+
```shell
7172
LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq3
72-
73+
```
7374
3. install related packages
7475

76+
```shell
7577
$ sudo pkg install libzmq3 py27-qt4-gui py27-pexpect-3.3 py27-qt4-svg py27-pygments py27-Jinja2 py27-tornado py27-jsonschema
76-
78+
```
7779
4. make install using ports
7880

81+
```shell
7982
$ cd /usr/ports/net/py-pyzmq
8083
$ sudo make install
8184
$ cd /usr/ports/devel/ipython
8285
$ sudo make install
83-
86+
```
8487
Then, install iruby and related ports and gems.
85-
88+
```shell
8689
$ sudo pkg install rubygem-mimemagic
8790
$ sudo gem install ffi-rzmq # install ffi, ffi-rzmq-core and ffi-rzmq
8891
$ git clone https://github.com/SciRuby/iruby.git
8992
$ cd iruby
9093
$ gem build iruby.gemspec
9194
$ sudo gem install iruby-0.2.7.gem
95+
```
9296

9397
### After the installation
9498

0 commit comments

Comments
 (0)