From a4f2a603aa2524dd1fec7f184b0efb4bc317a8c8 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:43:22 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc1ed6c..d902ce5 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ This template repository should give a good overview on how to build your own RO Following this guide you will also be able to do multiplatform builds with docker buildx. To build multiplatform images need binfmt dependencies for arm64 architecture as requirement (The resulting image works on PCs as well as Jetson Nano, Raspberry Pi, Apple Silicon Devices). The sections for multiplatform builds are commented out in the configuration files so you also need to uncomment these lines. -### Install requirements +###### Install requirements ``` docker run --privileged --rm tonistiigi/binfmt --install all ``` -### Uninstall +###### Uninstall ``` docker run --privileged --rm myuser/binfmt ```