Skip to content

Commit 4ce635f

Browse files
authored
Merge pull request PerfectlySoft#36 from LeeCenY/master
Update README.md
2 parents 9f89746 + 3b36b40 commit 4ce635f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To install Home Brew:
5858
To install MySQL:
5959

6060
```
61-
brew install mysql
61+
brew install mysql@5.7
6262
```
6363

6464
Unfortunately, at this point in time you will need to edit the mysqlclient.pc file located here:
@@ -76,10 +76,10 @@ swift package generate-xcodeproj
7676
```
7777
After this you have to set the path for libraries again.
7878

79-
⚠️**NOTE**⚠️ The last mysql homebrew version that Perfect currently supports is 5.7.12, so please try this command when some missing type issues were found on your build:
79+
⚠️**NOTE**⚠️ The last mysql homebrew version that Perfect currently supports is 5.7, so please try this command when some missing type issues were found on your build:
8080

8181
```
82-
$ brew install --v5.7.21 mysql && brew switch mysql 5.7.21
82+
$ brew install mysql@5.7 && brew link mysql@5.7 --force
8383
```
8484

8585
## Linux Build Notes

0 commit comments

Comments
 (0)