Skip to content

Commit

Permalink
Update README to clarify repository forking and cloning instructions
Browse files Browse the repository at this point in the history
- Revised the README.md to replace the cloning instructions with a clear forking process.
- Added steps for users to fork the repository and clone their own version, enhancing accessibility for new contributors.
  • Loading branch information
seeschweiler committed Dec 29, 2024
1 parent 6b45256 commit 978a9c9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,13 @@ content/
#### Basic Setup

```bash
# Clone the repository
git clone https://github.com/seeschweiler/MarkdownResume
# Fork the repository
# Visit https://github.com/seeschweiler/MarkdownResume
# Click the 'Fork' button in the top right
# Follow the instructions to create a fork in your account

# Clone your forked repository
git clone https://github.com/YOUR-USERNAME/MarkdownResume
cd markdown-resume

# Install dependencies using npm
Expand Down

0 comments on commit 978a9c9

Please sign in to comment.