mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
Documentation: Fix Ladybird debug instructions
The current Meta/serenity.sh script only accepts the `gdb` subcommand, not `debug`.
This commit is contained in:
parent
1c259b7a5a
commit
82470e9266
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ The simplest way to build and run ladybird is via the serenity.sh script:
|
|||
```
|
||||
# From /path/to/serenity
|
||||
./Meta/serenity.sh run lagom ladybird
|
||||
./Meta/serenity.sh debug lagom ladybird
|
||||
./Meta/serenity.sh gdb lagom ladybird
|
||||
```
|
||||
|
||||
Note that running ladybird from the script will change the CMake cache in your Build/lagom build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue