1
0
mirror of https://github.com/actix/actix-website synced 2025-02-25 05:22:50 +01:00

fix cargo watch link

This commit is contained in:
Rob Ede 2020-11-24 21:10:29 +00:00
parent b25e6ee17b
commit fa45d6e037
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6

View File

@ -1,13 +1,13 @@
--- ---
title: Autoreloading title: Auto-Reloading
menu: docs_patterns menu: docs_patterns
weight: 1000 weight: 1000
--- ---
# Auto-Reloading Development Server # Auto-Reloading Development Server
During development it can be very handy to have cargo automatically recompile the code on change. During development it can be very handy to have cargo automatically recompile the code on changes.
This can be accomplished very easily by using [cargo-watch][cargowatch]. This can be accomplished very easily by using [`cargo-watch`].
```sh ```sh
cargo watch -x 'run --bin app' cargo watch -x 'run --bin app'