aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
-rw-r--r--Documentation/index.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst
index 4047343a..321a947e 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -25,9 +25,6 @@ by Christopher Li in 2009 and by Luc Van Oostenryck in late 2018.
Getting Sparse
--------------
-You can find tarballs of released versions of Sparse at
-https://www.kernel.org/pub/software/devel/sparse/dist/.
-
The most recent version can be obtained directly from the Git
repository with the command::
@@ -35,6 +32,8 @@ repository with the command::
You can also `browse the Git repository <https://git.kernel.org/pub/scm/devel/sparse/sparse.git>`_
or use the mirror at https://github.com/lucvoo/sparse.
+The tarballs of released versions of Sparse and their signatures can be found at
+https://www.kernel.org/pub/software/devel/sparse/dist/.
Once you have the sources, to build Sparse and install it in your ~/bin
directory, just do::