Skip to content

Commit

Permalink
Merge pull request #25 from konklone/patch-1
Browse files Browse the repository at this point in the history
Mention gem name, remove `bundle exec` from CLI
  • Loading branch information
benbalter committed May 12, 2014
2 parents f5e367b + 9e107a3 commit 57a65d4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ A Ruby gem to liberate content from [the jail that is Word documents](http://ben

**[Demo](http://word-to-markdown.herokuapp.com/)**

## Install

```bash
gem install word-to-markdown`
```

## Usage

```ruby
Expand All @@ -31,8 +37,10 @@ file.document.doc

### Command line usage

Once you've installed the gem, it's just:

```
$ bundle exec w2m path/to/document.docx
$ w2m path/to/document.docx
```
*Outputs the resulting markdown to stdout*
Expand Down

0 comments on commit 57a65d4

Please sign in to comment.