Skip to content

Commit

Permalink
Docs: Correct the spelling of silicon in the local development enviro…
Browse files Browse the repository at this point in the history
…nment readme.

See #62281


git-svn-id: https://develop.svn.wordpress.org/trunk@59405 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
johnbillion committed Nov 14, 2024
1 parent 7b29414 commit e9dfa8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ The development environment can be reset. This will destroy the database and att
npm run env:reset
```

### Apple Silicone machines and old MySQL versions
### Apple Silicon machines and old MySQL versions

The MySQL Docker images do not support Apple Silicone processors (M1, M2, etc.) for MySQL versions 5.7 and earlier.
The MySQL Docker images do not support Apple Silicon processors (M1, M2, etc.) for MySQL versions 5.7 and earlier.

When using MySQL <= 5.7 on an Apple Silicone machine, you must create a `docker-compose.override.yml` file with the following contents:
When using MySQL <= 5.7 on an Apple Silicon machine, you must create a `docker-compose.override.yml` file with the following contents:

```
services:
Expand Down

0 comments on commit e9dfa8c

Please sign in to comment.