[ja] Enhance Readability with Markdown Formatting Improvements

pull/47822/head
Arhell 2024-09-07 00:06:51 +03:00
parent 6641c0393b
commit 0647c1a4ed
1 changed files with 4 additions and 1 deletions

View File

@ -64,11 +64,14 @@ make container-serve
ローカルで依存関係をインストールし、サイトを構築してテストするには、次のコマンドを実行します。 ローカルで依存関係をインストールし、サイトを構築してテストするには、次のコマンドを実行します。
- For macOS and Linux - For macOS and Linux
```bash ```bash
npm ci npm ci
make serve make serve
``` ```
- For Windows (PowerShell) - For Windows (PowerShell)
```powershell ```powershell
npm ci npm ci
hugo.exe server --buildFuture --environment development hugo.exe server --buildFuture --environment development