aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d2cdc54..c7d5209 100644
--- a/README.md
+++ b/README.md
@@ -40,13 +40,13 @@ git switch bookworm
git merge debian/6.4.34+dfsg-1 # last release in testing
```
-Create `debian/changelog` entry with
+Create a `debian/changelog` entry with:
```
praat (6.4.34+dfsg-1~bpo12+1) bookworm; urgency=medium
```
-Build the pacakges for both i386 and amd64 architectures:
+Build the packages for both i386 and amd64 architectures:
```sh
DIST=stable ARCH=i386 DEB_BUILD_OPTIONS=nocheck pdebuild --debbuildopts "-b -us -uc"