I'm trying to follow these steps but get an error after step 5:
- Run
brew install rust
- Run
cargo install wrangler
- navigate to https://dash.cloudflare.com/profile/api-tokens
- click
create token
=>start with a template
=>edit cloudflare workers
- run
wrangler config
- put the token there
- Download the project
- Add the assets you want into the
public
folder - Run
wrangler publish
I installed brewer, rust and wrangler successfully but I'm getting the below error when trying step 5:
warning: be sure to add `/Users/{my-name}/.cargo/bin` to your PATH to be able to run the installed binaries {my-name}@MacBook-Pro assets-project % wrangler config zsh: command not found: wrangler
Where can I find PATH to change it as the warning suggests?