Skip to content

Commit f6a922e

Browse files
committed
Update starting page to make it easier to get up and running
1 parent cb974f8 commit f6a922e

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

Sources/WebKit/WebKit.docc/WebKit.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,29 @@
22

33
WebKit is a cross-platform web browser engine. On iOS and macOS, it powers Safari, Mail, iBooks, and many other applications.
44

5-
## Overview
5+
## Downloading the Source Code
6+
7+
```
8+
git clone https://github.com/WebKit/WebKit.git WebKit
9+
```
10+
11+
## Building WebKit
12+
13+
```
14+
cd WebKit
15+
Tools/Scripts/build-webkit
16+
```
17+
18+
## Running Minibrowser
19+
20+
```
21+
Tools/Scripts/run-minibrowser
22+
```
23+
24+
## Contribute
25+
26+
Congratulations! You’re up and running. Now you can begin coding in WebKit and contribute your fixes and new features to the project.
27+
For details on submitting your code to the project, read [Contributing Code](https://webkit.org/contributing-code/).
628

729
## Feature Status
830

@@ -23,19 +45,6 @@ On Windows, you will have to build it yourself.
2345
Once your bug is filed, you will receive email when it is updated at each stage in the [bug life cycle](https://webkit.org/bug-life-cycle).
2446
After the bug is considered fixed, you may be asked to download the [latest nightly](https://webkit.org/nightly) and confirm that the fix works for you.
2547

26-
## Downloading the Code
27-
28-
Run the following command to clone WebKit's Git repository:
29-
30-
```
31-
git clone https://github.com/WebKit/WebKit.git WebKit
32-
```
33-
34-
## Contribute
35-
36-
Congratulations! You’re up and running. Now you can begin coding in WebKit and contribute your fixes and new features to the project.
37-
For details on submitting your code to the project, read [Contributing Code](https://webkit.org/contributing-code/).
38-
3948

4049
## Topics
4150

0 commit comments

Comments
 (0)