README.adoc in tocer-10.2.0 vs README.adoc in tocer-10.3.0

- old
+ new

@@ -30,37 +30,17 @@ . A UNIX-based system. . link:https://www.ruby-lang.org[Ruby]. == Setup -=== Production - To install, run: [source,bash] ---- gem install tocer ---- -=== Development - -To contribute, run: - -[source,bash] ----- -git clone https://github.com/bkuhlmann/tocer.git -cd tocer -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: `+tocer --help+` @@ -168,9 +148,27 @@ …which can be called as follows (quotes are not necessary if spaces are not used): [source,bash] ---- rake toc["## Example, *.md"] +---- + +== Development + +To contribute, run: + +[source,bash] +---- +git clone https://github.com/bkuhlmann/tocer.git +cd tocer +bin/setup +---- + +You can also use the IRB console for direct access to all objects: + +[source,bash] +---- +bin/console ---- == Tests To test, run: