From ff259d928381471b6401fbe05d0767ba20a37c7d Mon Sep 17 00:00:00 2001 From: russellballestrini Date: Fri, 6 Oct 2017 10:24:21 -0400 Subject: [PATCH] modified: README.rst --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index f9ef6fe..ce276b7 100644 --- a/README.rst +++ b/README.rst @@ -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 ===============================