Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<your-username>/seomachine

git clone https://github.com/<your-username>/seomachine.git

# Or, for a quick read-only try, clone upstream directly:
# git clone https://github.com/TheCraigHewitt/seomachine.git

cd seomachine
```

Expand Down