README
changeset 2113 fed5369058a4
parent 2102 e243e1d9464c
child 2114 51ee2c721b32
equal deleted inserted replaced
2112:ab2448b8aafe 2113:fed5369058a4
    55 
    55 
    56 To install a local version from source::
    56 To install a local version from source::
    57 
    57 
    58     $ hg clone https://www.mercurial-scm.org/repo/evolve/
    58     $ hg clone https://www.mercurial-scm.org/repo/evolve/
    59     $ cd evolve
    59     $ cd evolve
    60     $ make install-home
    60     $ pip install --user .
    61 
    61 
    62 Then just enable it in you hgrc::
    62 Then just enable it in you hgrc::
    63 
    63 
    64     $ hg config --edit # adds the two line below:
    64     $ hg config --edit # adds the two line below:
    65     [extensions]
    65     [extensions]