aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files changed, 3 insertions, 3 deletions
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:
<literallayout class='monospaced'>
- $ cd {TMPDIR}/deploy/\\packageformat\\
- $ python -m SimpleHTTPServer
+ $ cd /var/www/my_repo
+ $ python –m SimpleHTTPServer
</literallayout>
</para></listitem>
</orderedlist>
@@ -7691,7 +7691,7 @@
<para>
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.
</para>
<section id='runtime-package-management-target-rpm'>