mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
update README
This commit is contained in:
parent
1f2e1e8b84
commit
fcde985fa2
1 changed files with 7 additions and 1 deletions
|
@ -210,7 +210,13 @@ cp servobuild.example .servobuild
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
Use `./mach run [url]` to run Servo. Also, don't miss the info on the [browserhtml page](https://github.com/browserhtml/browserhtml) on how to run the Browser.html
|
Use `./mach run [url]` to run Servo. Like so,
|
||||||
|
|
||||||
|
``` shell
|
||||||
|
./mach run https://www.google.com
|
||||||
|
```
|
||||||
|
|
||||||
|
Also, don't miss the info on the [browserhtml page](https://github.com/browserhtml/browserhtml) on how to run the Browser.html
|
||||||
full tech demo (it provides a more browser-like experience than just browsing a single
|
full tech demo (it provides a more browser-like experience than just browsing a single
|
||||||
URL with servo).
|
URL with servo).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue