diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 376027f8b5..b7b623a255 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -7677,8 +7677,8 @@ You can start the server by running the following commands from the recently created directory: - $ cd {TMPDIR}/deploy/\\packageformat\\ - $ python -m SimpleHTTPServer + $ cd /var/www/my_repo + $ python –m SimpleHTTPServer @@ -7691,7 +7691,7 @@ Setting up the target differs depending on the package management system. - This section provides information for RPM and IPK. + This section provides information for RPM, IPK, and DEB.