docs: Update README.ja.md (#1946)

fix markdown.
This commit is contained in:
Ikko Eltociear Ashimine 2024-04-11 16:42:09 +09:00 committed by GitHub
parent a998c747df
commit 253144caca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -214,9 +214,9 @@ sudo usermod -aG video $USERNAME
### 直接起動 ### 直接起動
以下のコマンドで WebUI を起動します 以下のコマンドで WebUI を起動します
'''bash ```bash
python infer-web.py python infer-web.py
''' ```
### 統合パッケージの使用 ### 統合パッケージの使用
@ -228,15 +228,15 @@ python infer-web.py
#### MacOS ユーザー #### MacOS ユーザー
'''bash ```bash
sh ./run.sh sh ./run.sh
''' ```
### IPEX 技術が必要な I カードユーザー向け(Linux のみ) ### IPEX 技術が必要な I カードユーザー向け(Linux のみ)
'''bash ```bash
source /opt/intel/oneapi/setvars.sh source /opt/intel/oneapi/setvars.sh
''' ```
## 参考プロジェクト ## 参考プロジェクト