Merge pull request #52 from janhq/0xSage-patch-1

Update README.md
This commit is contained in:
0xSage 2023-09-05 16:56:46 +08:00 committed by GitHub
commit 7bc878096e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,6 @@ So far, this setup is tested and supported for Docker on Linux, Mac, and Windows
- **Export Environment Variables** - **Export Environment Variables**
```sh ```sh
# For Apple Silicon, please set the Docker platform
export DOCKER_DEFAULT_PLATFORM=linux/$(uname -m) export DOCKER_DEFAULT_PLATFORM=linux/$(uname -m)
``` ```