mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
Documentation: Fix ladybird executable path
This commit is contained in:
parent
6d18ec7546
commit
4a83771a75
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ ninja -C Build/ladybird debug
|
||||||
To run without ninja rule:
|
To run without ninja rule:
|
||||||
```
|
```
|
||||||
export SERENITY_SOURCE_DIR=$(realpath ../)
|
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
|
### Debugging with CLion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue