Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 0618e23

Browse files
committed
Add changes for bef4f87
1 parent 48338bb commit 0618e23

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

_sources/developer_utils/Install_Specify7.md.txt

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

developer_utils/Install_Specify7.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,11 @@ <h2>1) Install required software<a class="headerlink" href="#install-required-so
198198
</ul>
199199
<blockquote>
200200
<div><p><strong>Optional MySQL via CLI:</strong> only if you want a local server outside Docker.<br />
201-
macOS (Homebrew): <code class="docutils literal notranslate"><span class="pre">brew</span> <span class="pre">install</span> <span class="pre">mysql</span></code>
202-
‘echo ‘export PATH=”/opt/homebrew/opt/mysql-client/bin:$PATH”’ &gt;&gt; ~/.zshrc &amp;&amp; source ~/.zshrc’<br />
201+
macOS (Homebrew):
202+
‘’’bash
203+
brew install mysql
204+
echo ‘export PATH=”/opt/homebrew/opt/mysql-client/bin:$PATH”’ &gt;&gt; ~/.zshrc &amp;&amp; source ~/.zshrc
205+
‘’’<br />
203206
Ubuntu/Debian: <code class="docutils literal notranslate"><span class="pre">sudo</span> <span class="pre">apt-get</span> <span class="pre">update</span> <span class="pre">&amp;&amp;</span> <span class="pre">sudo</span> <span class="pre">apt-get</span> <span class="pre">install</span> <span class="pre">-y</span> <span class="pre">mysql-server</span></code>
204207
(Do NOT install or start a local server. We’ll run the DB in Docker.)</p>
205208
</div></blockquote>

0 commit comments

Comments
 (0)