##// END OF EJS Templates
docs: upgrade: make upgrade instructions from version control more explicit...
Thomas De Schampheleire -
r7411:634c2fa4 default
parent child Browse files
Show More
@@ -81,10 +81,14 b' If you originally installed using pip, i'
81
81
82 pip install --upgrade kallithea
82 pip install --upgrade kallithea
83
83
84 If you originally installed from version control, it is as simple as::
84 If you originally installed from version control, assuming you did not make
85 private changes (in which case you should adapt the instructions accordingly)::
85
86
86 cd my-kallithea-clone
87 cd my-kallithea-clone
87 hg pull -u
88 hg parent # make a note of the original revision
89 hg pull
90 hg update
91 hg parent # make a note of the new revision
88 pip install --upgrade -e .
92 pip install --upgrade -e .
89 kallithea-cli front-end-build
93 kallithea-cli front-end-build
90
94
General Comments 0
You need to be logged in to leave comments. Login now