From 9e107a3f92a53c252de95e410cf4e217d8650605 Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Mon, 12 May 2014 10:22:22 -0400 Subject: [PATCH] mention gem name, remove bundle exec from CLI --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 367df89..1689504 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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*