From 41378f7b203f81a69f84e546e70ba7cc2f67dad0 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Wed, 2 Jan 2013 16:54:28 +0100 Subject: [PATCH] added info to install gems for serving --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f561116a..0ae48f640 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ What you'll need to use it: - [nanoc](nanoc.stoneship.org) → `gem install nanoc` - [zsh](zsh.org) → Installed by default on most good system - A bunch of gems: `gem install kramdown builder sass rainpress` +- Optionally if you want to serve locally: `gem install unicorn rack rack-contrib rack-rewrite mime-types` Optionally