Skip to content

Commit b139d75

Browse files
committed
update readme, remove manual setup section
1 parent 756ccc3 commit b139d75

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,10 @@ maven("https://en-mirror.ir/jitpack")
2828
```
2929

3030
### Worker Setup:
31-
- <strong>Manual Setup</strong>:
32-
- Login to cloudflare
33-
- Click on workers & pages tab
34-
- Create new worker with optional name and click on deploy
35-
- In the new tab, click on edit code
36-
- Copy & Paste worker.js codes into opened tab and click on deploy button
3731
- <strong>CLI Setup</strong>:
3832
- Ensure you have Node.js installed on your system, then install the Wrangler CLI:
3933
- `npm install -g wrangler`
4034
- Login to your cloudflare account using: `wrangler login`
41-
- Update configuration in wrangler.toml:
42-
- Set `compatibility_date` field to current date
4335
- Deploy the worker using: `wrangler deploy`
4436
- <strong>Bash Setup</strong>:
4537
- Ensure you have Node.js installed on your system

0 commit comments

Comments
 (0)