From 3823cbdbf80a09a59aa78693ae31ece04f824508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 8 Jun 2022 23:29:27 +0300 Subject: [PATCH] README: remove mention of wine-binfmt --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 8b0c159..06e7dbb 100644 --- a/README.md +++ b/README.md @@ -387,11 +387,6 @@ There are two reasonably convenient ways to configure `linux_arm64` emulation: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes ``` -In order to install and configure `windows_amd64` emulation: -``` -apt install wine-binfmt -``` - ## Transient docker environment A standalone Docker environment to play with bazel-zig-cc: