aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0b44ff6..c2a5514 100644
--- a/README.md
+++ b/README.md
@@ -78,13 +78,13 @@ If you want a non-Docker image output (`.deb`, `tar`/`zip` archive, etc.) follow
#### Examples
-Build `.deb` packages for Debian 12 "Bookworm" amd64:
+Build `.deb` packages for Debian 12 "Bookworm" `amd64`:
```
./build.py auto debian amd64 bookworm
```
-Build Linux `.tar.xx` archives for arm64-musl:
+Build Linux `.tar.xx` archives for `arm64-musl`:
```
./build.py auto linux arm64-musl
bgstack15