mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
Merge pull request #10 from pickfire/patch-1
remove --bin from cargo new
This commit is contained in:
commit
29afd3e001
@ -13,7 +13,7 @@ Let’s write our first actix web application!
|
||||
Start by creating a new binary-based Cargo project and changing into the new directory:
|
||||
|
||||
```bash
|
||||
cargo new hello-world --bin
|
||||
cargo new hello-world
|
||||
cd hello-world
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user