aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 854dafc6b9a..014921486ee 100644
--- a/README.md
+++ b/README.md
@@ -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
```