From 5a2b97560f65defd247c5f44e56cfb04ed3c0bae Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 12 Dec 2016 15:03:26 +0100 Subject: [PATCH] Convert MD formatting to RST. --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 9e840a3..045a9cf 100644 --- a/README.rst +++ b/README.rst @@ -455,12 +455,13 @@ Making a `.deb` debian package ------------------------------ Requirements: - - python stdeb: pip install --upgrade stdeb - - dh clean: apt-get install dh-make +- python stdeb: pip install --upgrade stdeb +- dh clean: apt-get install dh-make Run the following commands in your vagrant machine: -``` +.. code:: bash + apt-file update python setup.py sdist # py2dsc has a problem with vbox mounted folders @@ -471,4 +472,4 @@ Run the following commands in your vagrant machine: # NOTE: Not signed, no signed changes (with -uc and -us) # NOTE: Add the package to the ghtools repo dpkg-buildpackage -rfakeroot -uc -us -``` +