mirror of
https://github.com/actix/actix-website
synced 2024-11-27 18:12:57 +01:00
fix cargo watch link
This commit is contained in:
parent
b25e6ee17b
commit
fa45d6e037
@ -1,13 +1,13 @@
|
||||
---
|
||||
title: Autoreloading
|
||||
title: Auto-Reloading
|
||||
menu: docs_patterns
|
||||
weight: 1000
|
||||
---
|
||||
|
||||
# Auto-Reloading Development Server
|
||||
|
||||
During development it can be very handy to have cargo automatically recompile the code on change.
|
||||
This can be accomplished very easily by using [cargo-watch][cargowatch].
|
||||
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`].
|
||||
|
||||
```sh
|
||||
cargo watch -x 'run --bin app'
|
||||
|
Loading…
Reference in New Issue
Block a user