modified: README.rst

This commit is contained in:
russellballestrini 2017-10-06 10:24:21 -04:00
parent ce5e5f1d3e
commit ff259d9283

View file

@ -13,6 +13,9 @@ In development I use a ``make`` file to hold common build and test commands::
make clean && make html && make serve
I also manage my resume using ``.rst`` and I use the ``rst2pdf`` tool to turn it into a ``.pdf``::
make clean && make html && make resume
production release process
===============================