@@ -15,7 +15,7 @@ run commands within the **wkdev** container or launch one or more interactive sh
15
15
sessions, in which you can compile WebKit / run tests / etc.
16
16
17
17
To run CLI applications within a container, requires no effort: it works out of the box.
18
- Runing graphical applications, that utilize e.g. [ Wayland] ( https://wayland.freedesktop.org )
18
+ Running graphical applications, that utilize e.g. [ Wayland] ( https://wayland.freedesktop.org )
19
19
for screen presentation, need [ D-Bus] ( https://freedesktop.org/wiki/Software/dbus ) to communicate
20
20
with other system components, or use [ SystemD] ( https://freedesktop.org/wiki/Software/systemd )
21
21
APIs to query network / power / etc. information, require a substantial amount of configuration
@@ -63,14 +63,14 @@ Let it run, and move on to the **Quickstart guide**.
63
63
Add the following to your shell configuration file (e.g. ` ~/.bashrc ` , ` ~/.zprofile ` , ...)
64
64
to ensure that the ` ${WKDEV_SDK} ` environment variable points to the correct location
65
65
of your ` wkdev-sdk ` Git checkout. It also extends the ` ${PATH} ` to make the ` wkdev-* ` scripts
66
- provided by this repository accessible without having to specifcy full paths in the shell.
66
+ provided by this repository accessible without having to specify full paths in the shell.
67
67
68
68
``` sh
69
69
source /absolute/path/to/your/Git/checkout/of/wkdev-sdk/register-sdk-on-host.sh
70
70
```
71
71
72
- Launch a new shell, or ` source ` your shell configuration files to verify, ` ${WKDEV_SDK} `
73
- now expects as intented - pointing to your ` wkdev -sdk` checkout.
72
+ Launch a new shell, or ` source ` your shell configuration files, to verify ` ${WKDEV_SDK} `
73
+ now works as intended -- pointing to your ` webkit-container -sdk` checkout.
74
74
75
75
2 . Create a new ** wkdev** container for WebKit development
76
76
0 commit comments