From f682f545ef3ebf0c4770a162ef1cfe74f8898da6 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 2 Mar 2016 21:50:46 +0200 Subject: [PATCH] Corrected some markup. --- README.rst | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4fb91b4..5b4146a 100644 --- a/README.rst +++ b/README.rst @@ -8,21 +8,24 @@ available `here <https://www.shore.co.il/blog/pages/about-me.html>`_. Dependencies ------------ -Make, pandoc, rsync, pdflatex (in `Debian texlive-latex-base` provides +Make, pandoc, rsync, pdflatex (in :code:`Debian texlive-latex-base` provides pdflatex, also 'texlive-fonts-recommended' is needed for the fonts it provides). Usage ----- -To build the pdf version (same for odt, html, docx):: +To build the pdf version (same for odt, html, docx) +.. code:: shell make pdf -To build all versions:: +To build all versions +.. code:: shell make all -To upload to webserver (includes rebuilding all versions):: +To upload to webserver (includes rebuilding all versions) +.. code:: shell make publish @@ -32,3 +35,11 @@ License This repository is licensed under the `Creative Commons Attribution 4.0 International (CC BY 4.0) license <http://creativecommons.org/licenses/by/4.0/>`_. + +Author +------ + +Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website +<https://www.shore.co.il/>`_. Patches are welcome via `git send-email +<http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located +at: https://www.shore.co.il/cgit/. -- GitLab