README.adoc in pennyworth-9.3.0 vs README.adoc in pennyworth-9.4.0

- old
+ new

@@ -4,10 +4,12 @@ = Pennyworth [link=http://badge.fury.io/rb/pennyworth] image::https://badge.fury.io/rb/pennyworth.svg[Gem Version] +[link=https://www.alchemists.io/projects/code_quality] +image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchemists Style Guide] [link=https://circleci.com/gh/bkuhlmann/pennyworth] image::https://circleci.com/gh/bkuhlmann/pennyworth.svg?style=svg[Circle CI Status] A command line interface that enhances Alfred with Ruby support. @@ -29,37 +31,17 @@ . https://github.com/postmodern/chruby[chruby] . https://www.ruby-lang.org[Ruby] == Setup -=== Production - To install, run: [source,bash] ---- gem install pennyworth ---- -=== Development - -To contribute, run: - -[source,bash] ----- -git clone https://github.com/bkuhlmann/pennyworth.git -cd pennyworth -bin/setup ----- - -You can also use the IRB console for direct access to all objects: - -[source,bash] ----- -bin/console ----- - == Usage === Command Line Interface (CLI) From the command line, type: pennyworth @@ -107,9 +89,27 @@ :alfred_settings_root: "/Users/bkuhlmann/Dropbox/Cache/Alfred/Alfred.alfredpreferences" ---- Feel free to take this default configuration, modify, and save as your own custom `configuration.yml`. + +== Development + +To contribute, run: + +[source,bash] +---- +git clone https://github.com/bkuhlmann/pennyworth.git +cd pennyworth +bin/setup +---- + +You can also use the IRB console for direct access to all objects: + +[source,bash] +---- +bin/console +---- == Tests To test, run: