From 22d6497150e41d309b990334b8ad593b3917c4dc Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 14 Apr 2016 21:57:24 +0200 Subject: update installation instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8633848..cdb5388 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ GNU AGPL v3 or higher (see file License) # Requirements * ruby >=1.8 * git >=1.6.5 (preferred and default setting) or bzr - * libgettext-ruby (for localization) - * gettext (for generating localization files) + * ruby-gettext (for localization) + * gettext, potool, make (optional, if you want to generate localization files) # Installation 1. Place this application into a directory where cgi-scripts are evaluated. @@ -28,10 +28,10 @@ GNU AGPL v3 or higher (see file License) done ``` 2. Build them on your own. This requires gettext, - libgettext-ruby-util, potool, and make to be installed. + ruby-gettext, potool, and make to be installed. ```sh - sudo aptitude install gettect libgettext-ruby-util potool make + sudo aptitude install gettext potool make make ``` 5. In order to let access control work correctly, the webserver needs -- cgit v1.2.3