Skip to content

Commit 853bb03

Browse files
admahirvinebroque
andauthored
docs: remove wrangler init reference in readme. (#391)
* docs: remove wrangler init reference in readme. * Update README.md Co-authored-by: Brendan Irvine-Broque <[email protected]> --------- Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent e6845cc commit 853bb03

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,7 @@ pub async fn main(req: Request, env: Env, _ctx: worker::Context) -> Result<Respo
109109

110110
The project uses [wrangler](https://github.com/cloudflare/wrangler2) version 2.x for running and publishing your Worker.
111111

112-
Get the Rust worker project [template](https://github.com/cloudflare/workers-sdk/tree/main/templates/experimental/worker-rust) manually, or run the following command:
113-
```bash
114-
npm init cloudflare project_name worker-rust
115-
cd project_name
116-
```
112+
Git clone the Rust Worker project [template](https://github.com/cloudflare/workers-sdk/tree/main/templates/experimental/worker-rust) and install its dependencies.
117113

118114
You should see a new project layout with a `src/lib.rs`. Start there! Use any local or remote crates
119115
and modules (as long as they compile to the `wasm32-unknown-unknown` target).

0 commit comments

Comments
 (0)