From 999f89fcf075fbfbe0acb6604e00c0798e302881 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 1 Feb 2025 23:46:14 -0600 Subject: [PATCH] Add forking instructions to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 02de618f..a3ea2ed1 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ Installation 3. Add optional title 4. Click "Create" +Receiving updates +- +If you don't plan to change the code, or don't mind making your updates public, you should consider [forking](https://github.com/sambecker/exif-photo-blog/fork) this repo to easily receive future updates. + +If you've already setup your project on Vercel, you can point that project to your newly created fork by editing your project's settings on vercel.com/`user`/`project`/settings/git. + Develop locally - 1. Clone code