Skip to content

Commit bef4f87

Browse files
authored
Update Install_Specify7.md
1 parent e54631c commit bef4f87

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

sphinx/developer_utils/Install_Specify7.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
- (Optional) MariaDB/MySQL client-only CLI (no server)
1010

1111
> **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'
12+
> macOS (Homebrew):
13+
'''bash
14+
brew install mysql
15+
echo 'export PATH="/opt/homebrew/opt/mysql-client/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc
16+
'''
1417
> Ubuntu/Debian: `sudo apt-get update && sudo apt-get install -y mysql-server`
1518
> (Do NOT install or start a local server. We’ll run the DB in Docker.)
1619

0 commit comments

Comments
 (0)