diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-05-20 07:18:58 -0700 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-05-20 07:18:58 -0700 |
commit | 8b82eb6a04d80298e083b0c74d2db8cacb340f34 (patch) | |
tree | 3ff037ddc5a55ffc3bfa84599ed7ec5cf61b5de4 | |
parent | a8d28771f8e931d826c0115d483d59b7861fee47 (diff) | |
parent | a2695709bfc4a560e91f588af7dde1c2e7e53be3 (diff) | |
download | servo-8b82eb6a04d80298e083b0c74d2db8cacb340f34.tar.gz servo-8b82eb6a04d80298e083b0c74d2db8cacb340f34.zip |
Auto merge of #11184 - perlun:patch-1, r=mbrubeck
Added info about browserhtml
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes do not require tests because it is only Markdown documentation.
Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.
----
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.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11184)
<!-- Reviewable:end -->
-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 |