From dc86b90cc136f9a400441f048f20ff49b291030e Mon Sep 17 00:00:00 2001 From: "Chen, Chien-ting" Date: Mon, 5 Jul 2021 22:51:04 +0800 Subject: [PATCH] modify the typesetting of code --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2f32931..2df9d0e 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,12 @@ and then: Before package it, you should install [Stdeb](https://pypi.org/project/stdeb) first. - python3 setup.py sdist - cd dist - py2dsc -x ../stdeb.cfg Clochur-x.y.z.tar.gz - cd deb_dist/clochur-x.y.z - cd dpkg-buildpackage -rfakeroot -uc -us - cd ..; ls - ... - clochur_x.y.z-1_all.deb - ... + python3 setup.py sdist + cd dist + py2dsc -x ../stdeb.cfg Clochur-x.y.z.tar.gz + cd deb_dist/clochur-x.y.z + cd dpkg-buildpackage -rfakeroot -uc -us + cd ..; ls + ... + clochur_x.y.z-1_all.deb + ...