mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
add note on readme
This commit is contained in:
parent
dfd8e85338
commit
16fac1e5ed
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue