diff --git a/people/README.md b/people/README.md
index 37478697..d6dc9cda 100644
--- a/people/README.md
+++ b/people/README.md
@@ -9,7 +9,7 @@
0. Fork the `cugos.github.com` repository

-0. When prompted, fork it to your account
+0. When prompted, choose your own account as the new fork owner, and leave "Copy the main branch only" checked.

0. You will be redirected to your forked repository page
@@ -18,7 +18,7 @@
0. We want to add our profile to the `people` directory

-0. First copying the URL that we will use to clone our forked repository
+0. First click the "Code" dropdown, and copy the URL that we will use to clone our forked repository

0. Then in a bash shell on your computer find a good working directory. Clone your forked respository and follow the rest of the edit, commit, push and pull request workflow below. FYI: you will need to install `git` on your computer
@@ -47,7 +47,7 @@ $ cd people/_posts/
Copy the lastest profile and swap it out with your information. Use [bboxfinder](http://bboxfinder.com) to find your coordinates if necessary
```bash
-$ cp 2015-06-19-aaron-racicot.markdown 2015-06-20-first-last.mardown
+$ cp 2018-11-10-ranek_kiil.markdown 2025-02-20-tim-johns.markdown
---
title: < your name >
@@ -64,7 +64,7 @@ excerpt: < your description >
`git` add the file to staging
```bash
-$ git add 2015-06-20-first-last.mardown
+$ git add 2025-02-20--.markdown
```
`git` commit the file with a commit message
@@ -77,7 +77,7 @@ $ git commit -m "adding myself, because CUGOS rocks"
$ git push origin add_my_profile # or whatever your branch name is
```
-Then go back to the GitHub page of your forked repository, change to the master branch and refresh. You should see something like:
+Then go back to the GitHub page of your forked repository, change to the main branch and refresh. You should see something like:

Click that green button. Now add a commit message
diff --git a/people/image/clone_repo.png b/people/image/clone_repo.png
index 610934fa..10da8d18 100644
Binary files a/people/image/clone_repo.png and b/people/image/clone_repo.png differ
diff --git a/people/image/cugos.png b/people/image/cugos.png
index 08569744..0937238c 100644
Binary files a/people/image/cugos.png and b/people/image/cugos.png differ
diff --git a/people/image/fork_it.png b/people/image/fork_it.png
index 64a92600..61c27a46 100644
Binary files a/people/image/fork_it.png and b/people/image/fork_it.png differ
diff --git a/people/image/fork_it_to_you.png b/people/image/fork_it_to_you.png
index cfc17f84..3f1455ac 100644
Binary files a/people/image/fork_it_to_you.png and b/people/image/fork_it_to_you.png differ
diff --git a/people/image/forked_repo.png b/people/image/forked_repo.png
index 1f991eb8..051b893c 100644
Binary files a/people/image/forked_repo.png and b/people/image/forked_repo.png differ