From bcf4a9919c7493c38b61831b6b1ef642145b719d Mon Sep 17 00:00:00 2001 From: Dominik Richter Date: Mon, 7 Sep 2015 17:24:07 +0200 Subject: [PATCH] add bundle to readme Signed-off-by: Dominik Richter --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70215a93a..407f0693b 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,16 @@ vulcano exec test.rb ## Installation -Requires: +Requires Ruby ( >1.9 ). -* Ruby ( >1.9 ) +To simply run it without installation, you must install [bundler](http://bundler.io/): + +```bash +bundle install +bundle exec bin/vulcano help +``` + +To install it as a gem locally, run: ```bash gem build vulcano.gemspec