aboutsummaryrefslogtreecommitdiff
path: root/docs/ja/contributing.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-12-05 19:06:44 +0000
committerQMK Bot <hello@qmk.fm>2023-12-05 19:06:44 +0000
commit1ffb9092eb93bff502f1283f18ef87e886acd62f (patch)
tree8aa14c1f8fb090ae096169cf8ff17d108063ca8a /docs/ja/contributing.md
parentc286ab90f94d2311650143a5e01fb00943301363 (diff)
parent87eaab600c47441651d864a45818b5fcc7e46a26 (diff)
Merge remote-tracking branch 'origin/master' into develop
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/` を表示します。