Everywhere: Document use of ladybird.py over ladybird.sh

This commit is contained in:
Timothy Flynn
2025-05-27 18:04:42 -04:00
committed by Tim Flynn
parent 6ac729e03d
commit 7ce88eb4cd
Notes: github-actions[bot] 2025-05-29 23:34:58 +00:00
10 changed files with 38 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ Emacs can be configured with `lsp-mode` and `clangd` to work well.
The official clangd extension can be used for C++ comprehension.
Run cmake (`Meta/ladybird.sh run ladybird` or similar) at least once for clangd
Run cmake (`Meta/ladybird.py run ladybird` or similar) at least once for clangd
to work, as doing so will generate the `Build/release/compile_commands.json`
that is needed by `clangd`.