README.md in noise-ruby-0.6.1 vs README.md in noise-ruby-0.6.2
- old
+ new
@@ -27,22 +27,9 @@
$ ./autogen.sh
$ ./configure --enable-experimental --enable-module-ecdh --enable-module-recovery --enable-benchmark=false
$ make
$ sudo make install
-In addition, libsodium is required.
-
- $ brew install libsodium
-
-or
-
- $ git clone https://github.com/jedisct1/libsodium
- $ cd libsodium
- $ ./autogen.sh
- $ ./configure
- $ make
- $ sudo make install
-
Add this line to your application's Gemfile:
```
gem 'noise-ruby'
```