mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Fix ladybird executable path
This commit is contained in:
parent
6d18ec7546
commit
4a83771a75
Notes:
sideshowbarker
2024-07-17 03:03:15 +09:00
Author: https://github.com/falkdavid 🔰 Commit: https://github.com/SerenityOS/serenity/commit/4a83771a75 Pull-request: https://github.com/SerenityOS/serenity/pull/20973 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ ninja -C Build/ladybird debug
|
|||
To run without ninja rule:
|
||||
```
|
||||
export SERENITY_SOURCE_DIR=$(realpath ../)
|
||||
./Build/ladybird/ladybird # or, in macOS: open ./Build/ladybird/ladybird.app
|
||||
./Build/ladybird/bin/ladybird # or, in macOS: open ./Build/ladybird/bin/ladybird.app
|
||||
```
|
||||
|
||||
### Debugging with CLion
|
||||
|
|
Loading…
Reference in a new issue