Skip to content

Commit

Permalink
#7 Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
baygunm committed Jul 19, 2013
1 parent 7a3125f commit 9bd7659
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down

0 comments on commit 9bd7659

Please sign in to comment.