diff --git a/README.md b/README.md index 6e281cce..4e112e1c 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,5 @@ Commands - `cargo xtest`: runs `cargo test`. - `cargo example [--watch]`: runs an example. Use `--watch` to enable automatic reload when a file changes. -- To run the config site on your PC, run `cargo watch -x "example config-site simple"` +- To run the config site on your PC, run `cargo example config-site simple --watch` and open `127.0.0.1:8080` in a browser.