# HG changeset patch # User Pierre-Yves David # Date 1504018702 -7200 # Node ID 2b84eee4c040a756199d830c9c72e8e2b8daa24a # Parent 2c4171a534754627ec169611bcef0311e88882a3 doc-front-page: move installation instruction earliero This is important for user. diff -r 2c4171a53475 -r 2b84eee4c040 docs/index.rst --- 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: -----------