From 3c78f0fa31345764adef309993262cedbeee1fef Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 5 Mar 2026 20:53:12 -0800 Subject: [PATCH] docs: clarify fork vs upstream clone --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 042efe7..a3f8764 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,14 @@ SEO Machine is built on Claude Code and provides: 1. Clone this repository: ```bash -git clone https://github.com/[your-username]/seomachine.git +# If you plan to contribute, fork first, then clone your fork: +# https://github.com//seomachine + +git clone https://github.com//seomachine.git + +# Or, for a quick read-only try, clone upstream directly: +# git clone https://github.com/TheCraigHewitt/seomachine.git + cd seomachine ```