mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
Documentation: Fix Ladybird debug instructions
The current Meta/serenity.sh script only accepts the `gdb` subcommand, not `debug`.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
1c259b7a5a
commit
82470e9266
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user