mirror of
https://github.com/actix/actix-website
synced 2024-11-28 02:22:57 +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:
|
Start by creating a new binary-based Cargo project and changing into the new directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo new hello-world --bin
|
cargo new hello-world
|
||||||
cd hello-world
|
cd hello-world
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user