aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaatvik Arya <[email protected]>2024-07-24 18:01:34 -0700
committerSaatvik Arya <[email protected]>2024-07-24 18:01:34 -0700
commitf5bde17a9085a8384e849c186cddd7f4bfc330ca (patch)
tree122c21941d8514712e0ed0aaafc2b02fd0807ac5
parentupdate docs (diff)
downloadsupermemory-f5bde17a9085a8384e849c186cddd7f4bfc330ca.tar.xz
supermemory-f5bde17a9085a8384e849c186cddd7f4bfc330ca.zip
r2 link
-rw-r--r--SETUP-GUIDE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/SETUP-GUIDE.md b/SETUP-GUIDE.md
index 12e0a0a8..72052931 100644
--- a/SETUP-GUIDE.md
+++ b/SETUP-GUIDE.md
@@ -7,9 +7,9 @@ This guide will help you set up your own instance of Supermemory. This is necces
- [bun](https://bun.sh/)
- [turbo](https://turbo.build/repo/docs/installing)
- [wrangler](https://developers.cloudflare.com/workers/cli-wrangler/install-update)
-- [yarn](https://yarnpkg.com/getting-started/install) yarn is required to run scripts using turborepo. bun is not supported by turborepo yet vercel/turbo#4762
-- [Cloudflare Workers](https://developers.cloudflare.com/workers/platform/pricing/) You also need to have a paid Workers plan to use the vectorize feature which is needed run the AI backend. It is currently $5/mo + usage costs.
-- Cloudflare R2 You need to enable R2 in the Cloudflare Dashboard for use in the web app.
+- [yarn](https://yarnpkg.com/getting-started/install): yarn is required to run scripts using turborepo. bun is not supported by turborepo yet vercel/turbo#4762
+- [Cloudflare Workers](https://developers.cloudflare.com/workers/platform/pricing/): You also need to have a paid Workers plan to use the vectorize feature which is needed run the AI backend. It is currently $5/mo + usage costs.
+- [Cloudflare R2](https://developers.cloudflare.com/r2/): You need to enable R2 in the Cloudflare Dashboard for use in the web app.
## Steps