build.sh is old

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2011-11-17 15:30:21 +01:00
parent 79c1f4cb4d
commit e380cdf7de
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -131,7 +131,7 @@ To install cdist, execute the following commands:
export PATH=$PATH:$(pwd -P)/bin
# If you want the manpages
./build.sh man
./build man
export MANPATH=$MANPATH:$(pwd -P)/doc/man
@ -178,7 +178,7 @@ To upgrade cdist in the current branch use
git pull
# Also update the manpages
./build.sh man
./build man
export MANPATH=$MANPATH:$(pwd -P)/doc/man
If you stay on a version branche (i.e. 1.0, 1.1., ...), nothing should break.