Skip to content

Commit

Permalink
add note on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos committed Dec 25, 2017
1 parent dfd8e85 commit 16fac1e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -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
```

Expand Down

0 comments on commit 16fac1e

Please sign in to comment.