From 70b74aa9e935277338e1b3a74aad54c22abc0acd Mon Sep 17 00:00:00 2001 From: Gianluca Teti <51110452+gteti@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:12:39 +0100 Subject: [PATCH] Update README.md Bugfix backtick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84f19aa..a12b958 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Usage: qemu-binfmt-conf.sh [--qemu-path PATH][--debian][--systemd CPU] are cloned from the open file. ``` -You can run `/usr/bin/qemu-$arch-static` binary file` in the container. +You can run `/usr/bin/qemu-$arch-static` binary file in the container. ``` $ docker run --rm -t multiarch/qemu-user-static:x86_64-aarch64 /usr/bin/qemu-aarch64-static -help