Update README.ja.md (#2231)
This commit changed the single quotes to back quotes where they were used in the Markdown.
This commit is contained in:
parent
7a81606a03
commit
4d1379989f
@ -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
|
||||||
'''
|
```
|
||||||
|
|
||||||
## 参考プロジェクト
|
## 参考プロジェクト
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user