Fix install/upgrade command references
This commit is contained in:
parent
a65e58b22d
commit
c249c4aea9
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ create version.py:
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
make version
|
./bin/build-helper version
|
||||||
|
|
||||||
Then, as usual, you execute the following command:
|
Then, as usual, you execute the following command:
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ To upgrade cdist in the current branch use
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
# Also update the manpages
|
# Also update the manpages
|
||||||
./build man
|
make man
|
||||||
export MANPATH=$MANPATH:$(pwd -P)/doc/man
|
export MANPATH=$MANPATH:$(pwd -P)/doc/man
|
||||||
|
|
||||||
If you stay on a version branche (i.e. 1.0, 1.1., ...), nothing should break.
|
If you stay on a version branche (i.e. 1.0, 1.1., ...), nothing should break.
|
||||||
|
|
Loading…
Reference in a new issue