mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01: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
|
## 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
|
./mach run https://www.google.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue