diff options
author | Per Lundberg <per.lundberg@ecraft.com> | 2016-05-14 22:25:37 +0300 |
---|---|---|
committer | Per Lundberg <per.lundberg@ecraft.com> | 2016-05-14 22:25:37 +0300 |
commit | a2695709bfc4a560e91f588af7dde1c2e7e53be3 (patch) | |
tree | 52bfe4e5842658dda9664b7b8a7aa81d757491bc | |
parent | e2990766dc1c7461b55c96f0ce7116d35d4fd3c6 (diff) | |
download | servo-a2695709bfc4a560e91f588af7dde1c2e7e53be3.tar.gz servo-a2695709bfc4a560e91f588af7dde1c2e7e53be3.zip |
Added info about browserhtml
I feel it would make sense to make mention of this here, especially since Browser.html is part of the [road map](https://github.com/servo/servo/wiki/Roadmap) for what we aim to achieve during the year.
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index a577b2b5d3b..23a18ba80a2 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,9 @@ cp servobuild.example .servobuild ## Running -Use `./mach run [url]` to run Servo. +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 +full tech demo (it provides a more browser-like experience than just browsing a single +URL with servo). ### Commandline Arguments |