diff options
| author | atti | 2023-12-05 20:06:06 +0100 |
|---|---|---|
| committer | GitHub | 2023-12-05 20:06:06 +0100 |
| commit | 87eaab600c47441651d864a45818b5fcc7e46a26 (patch) | |
| tree | a7a2871c0d7ee978f7d6822cfeb43a5d47b14c4c /docs/ja/contributing.md | |
| parent | 0d36977f3ea0c7c7cf18a4a3825c5ca35d828f84 (diff) | |
Fixed non-executable codes in the documentation (#22600)
Diffstat (limited to 'docs/ja/contributing.md')
| -rw-r--r-- | docs/ja/contributing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ja/contributing.md b/docs/ja/contributing.md index 56cc4d312d..ef1271ad16 100644 --- a/docs/ja/contributing.md +++ b/docs/ja/contributing.md @@ -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/` を表示します。 |