aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorvsoch <vsochat@stanford.edu>2018-11-24 23:27:23 -0800
committervsoch <vsochat@stanford.edu>2018-11-24 23:27:23 -0800
commit71978107148b411533e5cf60858c2fd6c55e6ead (patch)
treea4c4a6f16e38dee03ec3223afc0c3232e1dd8381 /README.rst
parent4ba5c7cc5d94db20a2120c5b0f178d5f6895cbde (diff)
downloadjansson-71978107148b411533e5cf60858c2fd6c55e6ead.zip
jansson-71978107148b411533e5cf60858c2fd6c55e6ead.tar.gz
jansson-71978107148b411533e5cf60858c2fd6c55e6ead.tar.bz2
small updates to README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index ca64b74..f54aa74 100644
--- a/README.rst
+++ b/README.rst
@@ -30,8 +30,8 @@ source distribution for details.
Compilation and Installation
----------------------------
-If you obtained a source tarball, just use the standard autotools
-commands::
+If you obtained a `source tarball`_, from the "Releases" section of the main
+site just use the standard autotools commands::
$ ./configure
$ make
@@ -65,4 +65,5 @@ Then, point your browser to ``doc/_build/html/index.html``. Sphinx_
.. _Jansson: http://www.digip.org/jansson/
.. _`Comprehensive documentation`: http://jansson.readthedocs.io/en/latest/
.. _`MIT license`: http://www.opensource.org/licenses/mit-license.php
+.. _`source tarball`: http://www.digip.org/jansson#releases
.. _Sphinx: http://sphinx.pocoo.org/