From 4d1379989fec85667af776c3c65efb8f7e8465eb Mon Sep 17 00:00:00 2001 From: T-NEX <77439783+JTNEX@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:38:15 +0900 Subject: [PATCH] Update README.ja.md (#2231) 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 -''' +``` ## 参考プロジェクト