Skip to content

Commit

Permalink
Document that shell requires the mysql 8 client (#908)
Browse files Browse the repository at this point in the history
jgreet authored Sep 9, 2024
1 parent 5a9b483 commit fcd5e0a
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
@@ -14,10 +14,10 @@ PlanetScale is more than a database and our CLI is more than a jumble of command
```
brew install planetscale/tap/pscale
```
Optional: `pscale` requires the MySQL Client for certain commands. You can install it by running:
Optional: `pscale` requires a MySQL 8 Client in your PATH for certain commands. You can install it by running:

```
brew install mysql-client
brew install mysql-client@8.4
```

To upgrade to the latest version:
@@ -63,7 +63,7 @@ To upgrade to the latest version
bin upgrade pscale
```

#### Container images
#### Container images

We provide ready to use Docker container images. To pull the latest image:

0 comments on commit fcd5e0a

Please sign in to comment.