Fixed non-executable codes in the documentation (#22600)
This commit is contained in:
parent
0d36977f3e
commit
87eaab600c
3 changed files with 4 additions and 4 deletions
|
@ -110,11 +110,11 @@ enum my_keycodes {
|
|||
|
||||
開発環境をセットアップした場合は、プルリクエストを開く前に以下のコマンドを `qmk_firmware/` フォルダから実行することで、あなたの変更をプレビューすることができます:
|
||||
|
||||
./bin/qmk docs
|
||||
qmk docs
|
||||
|
||||
または、Python 3 のみがインストールされている場合:
|
||||
|
||||
python3 -m http.server 8936
|
||||
python3 -m http.server 8936 --directory docs
|
||||
|
||||
その後、ウェブブラウザで、`http://localhost:8936/` を表示します。
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue