From ee890a5494fcf77390b5a65e05e40527f76913ca50cf53c03f4eb3e8dc0bafa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Tue, 28 Apr 2026 00:00:51 +0800 Subject: [PATCH] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b6c36a..0d97cbf 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,10 @@ If you have encounter this error during build chroot: failed to run command '/bin/sh': Exec format error ``` -You need to install support for amd64 emulation +You need to install support for arm64 emulation For Debian -``bash +```bash apt-get install -y qemu-user-static binfmt-support ```