We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54631c commit bef4f87Copy full SHA for bef4f87
sphinx/developer_utils/Install_Specify7.md
@@ -9,8 +9,11 @@
9
- (Optional) MariaDB/MySQL client-only CLI (no server)
10
11
> **Optional MySQL via CLI:** only if you want a local server outside Docker.
12
-> macOS (Homebrew): `brew install mysql`
13
-> 'echo 'export PATH="/opt/homebrew/opt/mysql-client/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc'
+> macOS (Homebrew):
+'''bash
14
+ brew install mysql
15
+ echo 'export PATH="/opt/homebrew/opt/mysql-client/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc
16
+'''
17
> Ubuntu/Debian: `sudo apt-get update && sudo apt-get install -y mysql-server`
18
> (Do NOT install or start a local server. We’ll run the DB in Docker.)
19
0 commit comments