Skip to content

Commit 3ca9d63

Browse files
kozo2v0dro
authored andcommitted
Stop using specific_install
1 parent 363d8fe commit 3ca9d63

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ git clone https://github.com/zeromq/czmq
2121
cd czmq
2222
./autogen.sh && ./configure && make && make install
2323

24-
gem install specific_install
25-
gem specific_install https://github.com/SciRuby/iruby.git
24+
gem install iruby
2625
iruby register --force
2726
```
2827

@@ -37,8 +36,7 @@ Run the following commands on **Ruby command prompt**:
3736

3837
```shell
3938
gem install cztop
40-
gem install specific_install
41-
gem specific_install https://github.com/SciRuby/iruby.git
39+
gem install iruby
4240
iruby register --force
4341
```
4442

@@ -53,16 +51,14 @@ After that, run the following commands.
5351

5452
```shell
5553
brew install rbenv automake gmp libtool wget
56-
rbenv install 2.4.0
57-
rbenv global 2.4.0
54+
rbenv install 2.4.1
55+
rbenv global 2.4.1
5856
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
5957
source ~/.bashrc
6058

61-
brew install zeromq --HEAD
59+
brew install zeromq
6260
brew install czmq --HEAD
63-
gem install cztop
64-
gem install specific_install
65-
gem specific_install https://github.com/SciRuby/iruby.git
61+
gem install cztop iruby
6662
iruby register --force
6763
```
6864

0 commit comments

Comments
 (0)