docs/index.rst
changeset 2864 4be11d7b13fa
parent 2861 54a95c333102
child 2870 fffdc8481d89
--- a/docs/index.rst	Tue Aug 29 12:20:30 2017 +0200
+++ b/docs/index.rst	Tue Aug 29 14:27:08 2017 +0200
@@ -108,28 +108,17 @@
 Installation and setup
 ----------------------
 
-To use ``evolve``, you must:
-
-  #. Clone the ``evolve`` repository::
+Using pip::
 
-       cd ~/src
-       hg clone https://www.mercurial-scm.org/repo/evolve
+    pip install --user hg-evolve
 
-  #. Configure the extension, either locally ::
-
-       hg config --local
+Then add in your `hgrc` config::
 
-     or for all your repositories ::
-
-       hg config --edit
-
-     Then add ::
+   [extensions]
+   evolve=
 
-       evolve=~/src/evolve-main/hgext3rd/evolve/
-
-     in the ``[extensions]`` section (adding the section if necessary). Use
-     the directory that you actually cloned to, of course.
-
+You can easily edit the `hgrc` of repository using `hg config --local` or your
+user configuration `hg config --edit`.
 
 Next steps:
 -----------