changeset 2874:2b84eee4c040

doc-front-page: move installation instruction earliero This is important for user.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 29 Aug 2017 16:58:22 +0200
parents 2c4171a53475
children 483152bab9b9
files docs/index.rst
diffstat 1 files changed, 15 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/docs/index.rst	Tue Aug 29 16:50:05 2017 +0200
+++ b/docs/index.rst	Tue Aug 29 16:58:22 2017 +0200
@@ -8,6 +8,21 @@
 
 .. _`evolve`: https://www.mercurial-scm.org/wiki/EvolveExtension
 
+Installation and setup
+----------------------
+
+Using pip::
+
+    pip install --user hg-evolve
+
+Then add in your `hgrc` config::
+
+   [extensions]
+   evolve=
+
+You can easily edit the `hgrc` of repository using `hg config --local` or your
+user configuration `hg config --edit`.
+
 .. toctree::
    :maxdepth: 2
 
@@ -92,21 +107,6 @@
 
 .. _`this query`: https://bz.mercurial-scm.org/buglist.cgi?component=evolution&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEED_EXAMPLE
 
-Installation and setup
-----------------------
-
-Using pip::
-
-    pip install --user hg-evolve
-
-Then add in your `hgrc` config::
-
-   [extensions]
-   evolve=
-
-You can easily edit the `hgrc` of repository using `hg config --local` or your
-user configuration `hg config --edit`.
-
 Next steps:
 -----------