diff options
| author | Joel Challis | 2024-06-22 06:45:04 +0200 |
|---|---|---|
| committer | GitHub | 2024-06-22 06:45:04 +0200 |
| commit | 7aa2ce2b38e7cf38f148d0781eae525d72260b8b (patch) | |
| tree | 7319b2319fd3e692ca5c69cfbb6cba828dd6b0c5 /docs/contributing.md | |
| parent | 6f03d20a92b01d656fe911aa025186056aefb9e9 (diff) | |
Update documentation suggestion in top level readme (#23978)
Diffstat (limited to 'docs/contributing.md')
| -rw-r--r-- | docs/contributing.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index 14025c2c50..43b2214d09 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -105,7 +105,9 @@ enum my_keycodes { Before opening a pull request, you can preview your changes if you have set up the development environment by running this command from the `qmk_firmware/` folder: - qmk docs +``` +qmk docs +``` and navigating to `http://localhost:5173/`. |