diff options
author | QMK Bot <hello@qmk.fm> | 2023-12-05 19:06:44 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-12-05 19:06:44 +0000 |
commit | 1ffb9092eb93bff502f1283f18ef87e886acd62f (patch) | |
tree | 8aa14c1f8fb090ae096169cf8ff17d108063ca8a /docs/ja/contributing.md | |
parent | c286ab90f94d2311650143a5e01fb00943301363 (diff) | |
parent | 87eaab600c47441651d864a45818b5fcc7e46a26 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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/` を表示します。 |