summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-05-25 12:35:54 +0200
committerAzul <azul@riseup.net>2016-05-25 12:35:54 +0200
commit69f9b2cb51ff3b9fb3de39f657f734e507ccec68 (patch)
treefa6d9416e0516a1821c762ee4b8660022212d816 /README.md
parent08d24490ae51a29c1735957a678a6bf537a251b8 (diff)
Version 0.3.00.3.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 963d9e7..21c5581 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ For more information, see https://leap.se/nicknym
About nickserver:
-* Written in Ruby 1.9, licensed GPLv3
+* Written in Ruby 2.1, licensed GPLv3
* Lightweight and scalable (high concurrency, reasonable latency)
* Uses asynchronous network IO for both server and client connections (via EventMachine)
@@ -34,7 +34,7 @@ For more details, see https://leap.se/nicknym
Requirements
==================================
-* Ruby 1.9
+* Ruby (tested with 2.1.5)
* CouchDB
Installation
@@ -44,7 +44,7 @@ You have three fine options for installing nickserver:
Install prerequisites
- $ sudo apt-get install ruby1.9.1-dev libssl-dev
+ $ sudo apt-get install ruby-dev libssl-dev
Note: libssl-dev must be installed before installing the gem EventMachine,
otherwise the gem will get built without TLS support.