Fix install/upgrade command references

This commit is contained in:
Darko Poljak 2019-10-18 13:12:55 +02:00
parent a65e58b22d
commit c249c4aea9
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ create version.py:
.. code-block:: sh
make version
./bin/build-helper version
Then, as usual, you execute the following command:

View File

@ -11,7 +11,7 @@ To upgrade cdist in the current branch use
git pull
# Also update the manpages
./build man
make man
export MANPATH=$MANPATH:$(pwd -P)/doc/man
If you stay on a version branche (i.e. 1.0, 1.1., ...), nothing should break.