Skip to content

Commit c600829

Browse files
committed
misc: Update serenity checkout and README
1 parent 75ebbf7 commit c600829

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ git submodule update --init --recursive
2121
```
2222

2323
### Command Line
24-
Make a new directory `Build` inside `/browser`.
24+
Make a new directory `Build` in the repository root.
2525

2626
From inside that directory, run:
2727

2828
```
2929
cmake .. -GNinja
30-
ninja run ladybird
30+
ninja run demo-browser
3131
```
3232

3333
### CLion Setup
34-
Navigate to `browser/CMakeLists.txt` inside CLion and load the CMake project there.
34+
Open the project in CLion and load the CMake file in the repository root.
3535

36-
Find the run configuration named `run`, edit it, set `ladybird` as the executable.
36+
Find the run configuration named `run`, edit it, set `demo-browser` as the executable.
3737

3838
You are now ready to build and run `libweb-gtk`.
3939

serenity

Submodule serenity updated 1229 files

0 commit comments

Comments
 (0)