From f82596b861804b4c65ac69705e69307e86decba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Mon, 5 Aug 2024 22:38:41 +0200 Subject: [PATCH] docs: use bun --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ec61d9..b5ddd87 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ Runs fully on [Cloudflare Workers](https://workers.cloudflare.com/). ## Requirements -- [node.js](https://nodejs.org/) -- [pnpm](https://pnpm.js.org/) +- [bun](https://bun.sh) - [cloudflare account](https://cloudflare.com) ## How to setup @@ -13,7 +12,7 @@ Runs fully on [Cloudflare Workers](https://workers.cloudflare.com/). After cloning the repository and installing the dependencies, you need to run the following command to deploy the worker: ```bash -pnpm run deploy +bun run deploy ``` Then, you need to set the following environment variables in your Cloudflare account: @@ -30,4 +29,4 @@ You can set the environment variables using the Cloudflare dashboard or using th wrangler secret put API_TOKEN wrangler secret put PROVIDERS wrangler secret put MAIN_PROVIDER -``` \ No newline at end of file +```