add note on readme

This commit is contained in:
tigercosmos 2017-12-23 01:30:22 +08:00
parent dfd8e85338
commit 16fac1e5ed

View file

@ -230,9 +230,13 @@ cp servobuild.example .servobuild
## Running
Use `./mach run [url]` to run Servo. Like so,
Run Servo with the command:
``` shell
```sh
./servo [url] [arguments] # if you run with nightly build
./mach run [url] [arguments] # if you run with mach
# For example
./mach run https://www.google.com
```