update README

This commit is contained in:
Prajna 2017-03-08 09:46:32 -05:00
parent 1f2e1e8b84
commit fcde985fa2

View file

@ -210,7 +210,13 @@ cp servobuild.example .servobuild
## 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
URL with servo).