From 2871f3f6e80433c97ab395b0ebc1ff9efac46e39 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 18 Mar 2023 03:02:41 +0100 Subject: [PATCH] Update build instructions --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 47c7304..aad095e 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,18 @@ appended if used later—handy! ## Hosting -### One-click Vercel deploy +### Vercel, Netlify, Cloudflare Pages -**Share₂Fedi** is designed to run on [Vercel](https://vercel.com/). To deploy it -yourself (it's free!), you can use the following button: +**Share₂Fedi** was designed to run on [Vercel](https://vercel.com/), but you can +also run it on [Netlify](https://www.netlify.com/) or +[Cloudflare Pages](https://pages.cloudflare.com/). To deploy it yourself (it's +free!), you can use the following buttons: -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fkytta%2Fshare2fedi) +[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fkytta%2Fshare2fedi) +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kytta/share2fedi) + +To deploy to Cloudflare Pages, fork the repo and +[follow the instructions](https://docs.astro.build/en/guides/deploy/cloudflare/#how-to-deploy-a-site-with-git). ### Host it yourself