From 93707c4c2dd3b424a8fc2d3a4569c86cd7e978f8 Mon Sep 17 00:00:00 2001 From: T-NEX <77439783+JTNEX@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:39:50 +0900 Subject: [PATCH] Update README.ja.md This commit changed the single quotes to back quotes where they were used in the Markdown. --- docs/jp/README.ja.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/jp/README.ja.md b/docs/jp/README.ja.md index 575b14a..ef322a5 100644 --- a/docs/jp/README.ja.md +++ b/docs/jp/README.ja.md @@ -214,9 +214,9 @@ sudo usermod -aG video $USERNAME ### 直接起動 以下のコマンドで WebUI を起動します -'''bash +```bash python infer-web.py -''' +``` ### 統合パッケージの使用 @@ -228,15 +228,15 @@ python infer-web.py #### MacOS ユーザー -'''bash +```bash sh ./run.sh -''' +``` ### IPEX 技術が必要な I カードユーザー向け(Linux のみ) -'''bash +```bash source /opt/intel/oneapi/setvars.sh -''' +``` ## 参考プロジェクト