1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

Adds correct cd path

This commit is contained in:
Raymond Nambaale 2024-06-03 08:59:05 +03:00
parent 5a3888be0d
commit 47f5e09dd1

View File

@ -5,7 +5,7 @@
### server
```sh
cd basics/background-jobs
cd background-jobs
cargo run
# starting HTTP server at http://localhost:8080
```