README.adoc in sublime_text_kit-9.4.0 vs README.adoc in sublime_text_kit-9.5.0

- old
+ new

@@ -4,10 +4,12 @@ = Sublime Text Kit [link=http://badge.fury.io/rb/sublime_text_kit] image::https://badge.fury.io/rb/sublime_text_kit.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/sublime_text_kit] image::https://circleci.com/gh/bkuhlmann/sublime_text_kit.svg?style=svg[Circle CI Status] A command line interface for managing Sublime Text metadata. @@ -31,37 +33,17 @@ . link:https://www.ruby-lang.org[Ruby] . link:https://www.sublimetext.com[Sublime Text] == Setup -=== Production - To install, run: [source,bash] ---- gem install sublime_text_kit ---- -=== Development - -To contribute, run: - -[source,bash] ----- -git clone https://github.com/bkuhlmann/sublime_text_kit.git -cd sublime_text_kit -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: `sublime_text_kit` @@ -160,9 +142,27 @@ === Troubleshooting * When rebuilding workspaces, ensure Sublime Text is shutdown or changes won’t be applied. * When rebuilding workspaces, ensure workspace_dir (as defined via settings.yml) points to a directory containing `.sublime-project` and `.sublime-workspace` files. + +== Development + +To contribute, run: + +[source,bash] +---- +git clone https://github.com/bkuhlmann/sublime_text_kit.git +cd sublime_text_kit +bin/setup +---- + +You can also use the IRB console for direct access to all objects: + +[source,bash] +---- +bin/console +---- == Tests To test, run: