From 9bd7659d6995bc7b59b19731af03980115600caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20Kemal=20BAYG=C3=9CN?= Date: Fri, 19 Jul 2013 13:39:01 +0300 Subject: [PATCH] #7 Fix documentation --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0150585..1558c31 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ Log rows will contain links to commits, commit note and contributer name. To install Katip just use: +```sh gem install katip +``` When using bundler put it in your Gemfile: @@ -23,16 +25,17 @@ gem 'katip' ## Usage +### Using the executable + In your git initialized project directory simply run -# Using the executable ```sh % daktilo Create CHANGELOG.md ``` -# Using as a rake +### Using as a rake Add gem in your Gemfile: ```ruby