summaryrefslogtreecommitdiff
path: root/docs/ja/contributing.md
diff options
context:
space:
mode:
authoratti <18576384+at6ue@users.noreply.github.com>2023-12-06 04:06:06 +0900
committerGitHub <noreply@github.com>2023-12-05 11:06:06 -0800
commit87eaab600c47441651d864a45818b5fcc7e46a26 (patch)
treea7a2871c0d7ee978f7d6822cfeb43a5d47b14c4c /docs/ja/contributing.md
parent0d36977f3ea0c7c7cf18a4a3825c5ca35d828f84 (diff)
Fixed non-executable codes in the documentation (#22600)
Diffstat (limited to 'docs/ja/contributing.md')
-rw-r--r--docs/ja/contributing.md4
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/` を表示します。