diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-28 13:23:10 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-28 13:23:10 +0530 |
commit | 6e765e6f167aca581805f46d60fa68ed6587132b (patch) | |
tree | 097288d57d9e2a485eab5b07efa3d09e310fb057 | |
parent | 55f763654910bb3110a8853d74481290a4e591af (diff) | |
download | servo-6e765e6f167aca581805f46d60fa68ed6587132b.tar.gz servo-6e765e6f167aca581805f46d60fa68ed6587132b.zip |
Add explicit mention of mach run for Running
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index d7b7341ecc2..6a218877f7a 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,9 @@ cp servobuild.example .servobuild ## Running +Use `./mach run [url]` to run Servo. + + ### Commandline Arguments - `-p INTERVAL` turns on the profiler and dumps info to the console every |