diff --git a/README.md b/README.md index 8f28e95..bd40e6d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ ## Multi-arch support - You maybe need to run this command to get buildx if you get this error -erro: + +**Error:** ``` exec /bin/sh: exec format error ``` -fixing command: +**Fixing command:** ```bash docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 ```