From cfe047213954679b54f492e2069b68fb5a6e3ae0 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Thu, 7 Aug 2014 11:14:21 +0300 Subject: [PATCH] Updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d75fdebc..b100b893b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Domain Registry =============== -Full stack registry system desingned for a top-level domain (TLD) management. +Full stack top-level domain (TLD) management. Installation @@ -16,6 +16,7 @@ Usual Rails 4 app installation, rvm and bundler are your friends. cd registry rvm install ruby-2.1.2 bundle + rake db:setup ### Apache with patched mod_epp (Debian 7/Ubuntu 14.04 LTS)