small updates to README

This commit is contained in:
vsoch 2018-11-24 23:27:23 -08:00
parent 4ba5c7cc5d
commit 7197810714

View File

@ -30,8 +30,8 @@ source distribution for details.
Compilation and Installation Compilation and Installation
---------------------------- ----------------------------
If you obtained a source tarball, just use the standard autotools If you obtained a `source tarball`_, from the "Releases" section of the main
commands:: site just use the standard autotools commands::
$ ./configure $ ./configure
$ make $ make
@ -65,4 +65,5 @@ Then, point your browser to ``doc/_build/html/index.html``. Sphinx_
.. _Jansson: http://www.digip.org/jansson/ .. _Jansson: http://www.digip.org/jansson/
.. _`Comprehensive documentation`: http://jansson.readthedocs.io/en/latest/ .. _`Comprehensive documentation`: http://jansson.readthedocs.io/en/latest/
.. _`MIT license`: http://www.opensource.org/licenses/mit-license.php .. _`MIT license`: http://www.opensource.org/licenses/mit-license.php
.. _`source tarball`: http://www.digip.org/jansson#releases
.. _Sphinx: http://sphinx.pocoo.org/ .. _Sphinx: http://sphinx.pocoo.org/