diff --git a/README.md b/README.md index f5cae07..9e28a85 100644 --- a/README.md +++ b/README.md @@ -55,14 +55,10 @@ You'll want to fork this repository and deploy your own image generator. 2. Clone the repo to your local machine with `git clone URL_OF_FORKED_REPO_HERE` 3. Change directory with `cd og-image` 4. Make changes by swapping out images, changing colors, etc (see [contributing](https://github.com/vercel/og-image/blob/main/CONTRIBUTING.md) for more info) -5. Hobby plan users will need to remove all configuration inside `vercel.json` besides `rewrites` +5. Remove all configuration inside `vercel.json` besides `rewrites` 6. Run locally with `vercel dev` and visit [localhost:3000](http://localhost:3000) (if nothing happens, run `npm install -g vercel`) 7. Deploy to the cloud by running `vercel` and you'll get a unique URL -8. Setup [GitHub](https://vercel.com/github) to autodeploy on push - -If you are using a paid plan, you can do a one-click deploy with the button below. - -[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/new/project?template=vercel/og-image) +8. Setup [GitHub](https://vercel.com/github) to auto-deploy on push Once you have an image generator that sparks joy, you can setup [automatic GitHub](https://vercel.com/github) deployments so that pushing to master will deploy to production! 🚀