Skip to content

Commit

Permalink
zsh fix for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Nov 4, 2024
1 parent 0578df8 commit c01c33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/user-guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cargo watch --exec run
Rwf can refresh pages automatically as they are being changed. If you enable [hot reload](hot-reload.md), and also use `cargo-watch`, make sure to tell it to ignore template changes:

```bash
cargo watch --exec run --ignore *.html
cargo watch --exec run --ignore "*.html"
```

## Run tests
Expand Down

0 comments on commit c01c33f

Please sign in to comment.