Over time documentation became pretty extensive, and having it in a single README.md file creates these problems:
- harder to find specific command documentation
- harder to trace if specific command documentation is up to date with the actual command (each command changes README.md)
- almost impossible to understand how to install the App, because instructions are at the bottom of the file.
Need to:
- move out documentation into the "docs" folder with each command description located into its own file
- connect ReadTheDocs