Mercurial > evolve
comparison docs/index.rst @ 2066:a35f6b1e4a41
docs: update references to installation path
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 08 Mar 2017 13:48:35 -0800 |
parents | bd994fd256e1 |
children | e3acb8823900 |
comparison
equal
deleted
inserted
replaced
2065:80446ff6d83a | 2066:a35f6b1e4a41 |
---|---|
123 | 123 |
124 hg config --edit | 124 hg config --edit |
125 | 125 |
126 Then add :: | 126 Then add :: |
127 | 127 |
128 evolve=~/src/evolve-main/hgext/evolve.py | 128 evolve=~/src/evolve-main/hgext3rd/evolve/ |
129 | 129 |
130 in the ``[extensions]`` section (adding the section if necessary). Use | 130 in the ``[extensions]`` section (adding the section if necessary). Use |
131 the directory that you actually cloned to, of course. | 131 the directory that you actually cloned to, of course. |
132 | 132 |
133 | 133 |