Skip to content

Commit

Permalink
fix: troubleshooting command
Browse files Browse the repository at this point in the history
  • Loading branch information
skawaguchi-flipp authored and dorner committed Jan 16, 2024
1 parent 7894dcd commit e544050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ If you are on an M* macOS machine, you might run into trouble getting GDC to run
We had to apply these fixes:

```sh
docker pull --platform linux/x86_64 MySQL
docker pull --platform linux/x86_64 mysql
export DOCKER_DEFAULT_PLATFORM=linux/x86_64/v8 # you might want to put this in your rc or profile file
```

Expand Down

0 comments on commit e544050

Please sign in to comment.