README.adoc in pennyworth-13.6.0 vs README.adoc in pennyworth-13.7.0

- old
+ new

@@ -495,18 +495,12 @@ 1. link:https://www.alchemists.io/public/alfred/workflows/text.alfredworkflow[Download] and double click to install. 2. Click on _Configure Workflow_ to configure the workflow and view documentation. -== Architecture +=== Troubleshooting -The following documents the workflow used to process all actions from Alfred. - -image::https://www.alchemists.io/images/projects/pennyworth/doc/architecture.svg[Architecture Diagram] - -== Troubleshooting - * link:https://github.com/ruby/psych[Psych] 4.0.0 has a link:https://github.com/ruby/psych/issues/490[bug] which prevents loading of YAML configurations that use symbols as keys. If you get caught by this, please upgrade to Psych 4.0.1 for the fix. * When your Alfred Workflow yields no output, you might want to open the link:https://www.alfredapp.com/help/workflows/utilities/debug[Alfred Debugger], rerun your @@ -519,20 +513,26 @@ To contribute, run: [source,bash] ---- -git clone https://github.com/bkuhlmann/pennyworth.git +git clone https://github.com/bkuhlmann/pennyworth cd pennyworth bin/setup ---- You can also use the IRB console for direct access to all objects: [source,bash] ---- bin/console ---- + +=== Architecture + +The following documents the workflow used to process all actions from Alfred. + +image::https://www.alchemists.io/images/projects/pennyworth/doc/architecture.svg[Architecture Diagram] == Tests To test, run: