Skip to content

Commit 255f717

Browse files
authored
Merge pull request #180 from olleolleolle/patch-1
README: Make casing of words more on-brand
2 parents adbd682 + cd6f7c7 commit 255f717

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can use one of the following libraries.
1313
](https://github.com/zeromq/libzmq) >= 3.2
1414

1515
### Ubuntu
16-
Install Jupyter with [Anaconda](https://www.anaconda.com/)(recommended).
16+
Install Jupyter with [Anaconda](https://www.anaconda.com/) (recommended).
1717

1818
#### Setup ZeroMQ on Ubuntu 16.04
1919
CZTop requires CZMQ >= 4.0.0 and ZMQ >= 4.2.0. The official packages for Ubuntu 16.04 don't satisfy these version requrements, so you need to install from source.
@@ -42,17 +42,17 @@ iruby register --force
4242
```
4343

4444
### Windows
45-
Install git and Jupyter with [Anaconda](https://www.anaconda.com/)(recommended).
45+
Install git and Jupyter with [Anaconda](https://www.anaconda.com/) (recommended).
4646

4747
```shell
4848
gem install cztop
4949
gem install iruby --pre
5050
iruby register --force
5151
```
5252

53-
### Mac
53+
### macOS
5454
Install ruby with rbenv or rvm.
55-
Install Jupyter with [Anaconda](https://www.anaconda.com/)(recommended).
55+
Install Jupyter with [Anaconda](https://www.anaconda.com/) (recommended).
5656

5757
#### Homebrew
5858
```shell
@@ -109,7 +109,7 @@ sudo make install
109109
cd /usr/ports/devel/ipython
110110
sudo make install
111111
```
112-
Then, install iruby and related ports and gems.
112+
Then, install IRuby and related ports and gems.
113113
```shell
114114
sudo pkg install rubygem-mimemagic
115115
sudo gem install ffi-rzmq # install ffi, ffi-rzmq-core and ffi-rzmq
@@ -120,17 +120,23 @@ sudo gem install iruby-0.2.7.gem
120120
```
121121

122122
### Installation for JRuby
123-
You can use java classes in your iruby notebook.
124-
* jRuby version >= 9.0.4.0
123+
124+
You can use Java classes in your IRuby notebook.
125+
126+
* JRuby version >= 9.0.4.0
125127
* cztop gem
126128
* iruby gem
127129

128-
After installation, make sure that your `env` is set up to jruby.
130+
After installation, make sure that your `env` is set up to use jruby.
131+
129132
```shell
130133
$ env ruby -v
131134
```
135+
132136
If you use RVM, it is enough to switch the current version to jruby.
133-
If you have already used iruby with a different version, you need to generate a new kernel:
137+
138+
If you have already used IRuby with a different version, you need to generate a new kernel:
139+
134140
```shell
135141
$ iruby register --force
136142
```

0 commit comments

Comments
 (0)