From 0a8c326884751697012c4e30e7f56935d16f2f99 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Fri, 12 Oct 2012 22:34:27 +0200 Subject: [PATCH] Words again --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a90a549..d23e942 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ dependencies installed: * Ruby 1.9.2+ (Ruby 1.9.3 is recommended) -* bundler gem +* bundler gem `gem install bundler` -* PostgreSQL 8+ with libpq development headers +* PostgreSQL 8+ with libpq development headers `sudo apt-get install postgresql libpq-dev` on Debian/Ubuntu Also, for thumbnail generation you need following binaries: -* tmux +* tmux `sudo apt-get install tmux` on Debian/Ubuntu -* scriptreplay +* scriptreplay `sudo apt-get install bsdutils` on Debian/Ubuntu ### 2. Get the source code