diff options
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -10,7 +10,14 @@ RuSTructuredText |travis| Designed around the `Docutils Document Tree`_ and the `reStructuredText specification`_, this is supposed to become a library able to convert reStructuredText and Docutils XML to both each other and HTML5. -Currently it can convert a subset of rST (e.g. this README) to HTML5. +Currently it can convert a subset of rST (e.g. this README) to HTML5: + +.. code-block:: bash + + cargo install rst + rst README.rst + # or + cargo run -- README.rst This project is dual-licensed under Apache 2.0 and MIT. |
