README.markdown in binman-2.0.0 vs README.markdown in binman-3.0.0

- old
+ new

@@ -1,19 +1,19 @@ binman - UNIX man pages for Ruby bin/ scripts ============================================================================== [binman] produces UNIX man pages for your Ruby `bin/` scripts using -markdown(7), roff(7), [Redcarpet2] for conversion thereof, and man(1). +markdown(7), roff(7), [md2man] for conversion thereof, and man(1). -![Obligatory Screen-shot of binman(1) in action!](http://ompldr.org/vYXNlNg) +![Obligatory Screen-shot of binman(1) in action!](http://ompldr.org/vYm5mcg) -Here is [an example bin/ script][binman-bin] to help get you started! +Here is [an example bin/ script][binman-bin] to help you get started! [binman]: https://github.com/sunaku/binman [binman-api]: http://rdoc.info/github/sunaku/binman [binman-bin]: https://raw.github.com/sunaku/binman/master/bin/binman -[Redcarpet2]: https://github.com/tanoku/redcarpet +[md2man]: https://github.com/sunaku/md2man ------------------------------------------------------------------------------ Features ------------------------------------------------------------------------------ @@ -81,10 +81,10 @@ ### In your Rakefile Add the following line to your `Rakefile` and you've got a `binman` task! - require 'binman/rake_tasks' + require 'binman/rakefile' It will pre-build UNIX man page files for your `bin/` scripts into a `man/` directory so that your end-users do not need the markdown to roff converter installed in order to view your man pages!