From 8ce003edec3229ce1a16eea718cb48e65f48117b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 8 Jun 2022 23:21:37 +0300 Subject: [PATCH] README: add qemu-user-static to the prereqs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9534c3e..feae11f 100644 --- a/README.md +++ b/README.md @@ -399,7 +399,7 @@ A standalone Docker environment to play with bazel-zig-cc: ``` $ docker run -e CC=/usr/bin/false -ti --rm -v "$PWD:/x" -w /x debian:bullseye-slim # dpkg --add-architecture arm64 && apt update -# apt install --no-install-recommends -y direnv git shellcheck ca-certificates libc6:arm64 +# apt install --no-install-recommends -y direnv git shellcheck ca-certificates libc6:arm64 qemu-user-static # eval "$(direnv hook bash)" && direnv allow # ./ci/test # ./ci/lint