From 8201c4c04fcb4a1ca033cf99a1a91977ec72d5c0 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 18 Mar 2024 13:02:41 -0400 Subject: Properly codeblock arches --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit