Skip to content

Commit 0e72eba

Browse files
authored
adding brew install with version suggestion.
1 parent 2d44fa3 commit 0e72eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ After this you have to set the path for libraries again.
7979
⚠️**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:
8080

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

8585
## Linux Build Notes

0 commit comments

Comments
 (0)