dev-manual: Applied edits to the package feed section.

Fixes [YOCTO #1882]

(From yocto-docs rev: 12e6b9f21fc6067389ea7632b5991d45173ae2ff)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-06-08 13:01:31 -07:00 committed by Richard Purdie
parent 6b3b444c35
commit ca519a1ea5
1 changed files with 3 additions and 3 deletions

View File

@ -7677,8 +7677,8 @@
You can start the server by running the following You can start the server by running the following
commands from the recently created directory: commands from the recently created directory:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ cd {TMPDIR}/deploy/\\packageformat\\ $ cd /var/www/my_repo
$ python -m SimpleHTTPServer $ python m SimpleHTTPServer
</literallayout> </literallayout>
</para></listitem> </para></listitem>
</orderedlist> </orderedlist>
@ -7691,7 +7691,7 @@
<para> <para>
Setting up the target differs depending on the Setting up the target differs depending on the
package management system. package management system.
This section provides information for RPM and IPK. This section provides information for RPM, IPK, and DEB.
</para> </para>
<section id='runtime-package-management-target-rpm'> <section id='runtime-package-management-target-rpm'>