From e89233cab2defde05e80b4844f89a80b1b3d2ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 11 Feb 2022 07:45:01 +0200 Subject: [PATCH] README nit: flip -y argument --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68698b1..1fa24c2 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ bazel-out/k8-opt-ST-d17813c235ce/bin/test/go/go_/go: Mach-O 64-bit x86_64 execut ``` $ docker run -e CC=/usr/bin/false -ti --rm -v $(pwd):/x -w /x debian:bullseye-slim -# apt update && apt install direnv git -y +# apt update && apt install -y direnv git # . .envrc ```