Skip to content

Commit 72731b0

Browse files
authored
Merge pull request #129 from lokeshh/patch-1
Update README.md
2 parents ce756ef + 2fd3dc8 commit 72731b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ At first install Jupyter. I recommend an installation using [Anaconda](https://w
1313
After that, install the Ruby gem.
1414

1515
```shell
16-
apt install libtool libffi-dev ruby ruby-dev make
16+
sudo apt install libtool libffi-dev ruby ruby-dev make
1717
gem install cztop
1818

19-
apt install git libzmq-dev autoconf pkg-config
19+
sudo apt install git libzmq-dev autoconf pkg-config
2020
git clone https://github.com/zeromq/czmq
2121
cd czmq
22-
./autogen.sh && ./configure && make && make install
22+
./autogen.sh && ./configure && sudo make && sudo make install
2323

2424
gem install iruby
2525
iruby register --force

0 commit comments

Comments
 (0)