From 72979b5f5e7d58270a2f609d2c9b36ea6c5ce333 Mon Sep 17 00:00:00 2001 From: 0xSage <69952136+0xSage@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:56:31 +0800 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa477d285..40c91e89f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,6 @@ So far, this setup is tested and supported for Docker on Linux, Mac, and Windows - **Export Environment Variables** ```sh -# For Apple Silicon, please set the Docker platform export DOCKER_DEFAULT_PLATFORM=linux/$(uname -m) ```