From fcde985fa2bdd93e95b9958f411b5859fe7bd597 Mon Sep 17 00:00:00 2001 From: Prajna Date: Wed, 8 Mar 2017 09:46:32 -0500 Subject: [PATCH] update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b733d912523..7088cabb786 100644 --- a/README.md +++ b/README.md @@ -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).