From d62b72a04633c142879dbe2876d103930c3ddfb0 Mon Sep 17 00:00:00 2001 From: Cassidy Scheffer Date: Mon, 21 Oct 2024 09:53:50 -0400 Subject: [PATCH] add link to gh docs --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 63576d7..a073641 100644 --- a/README.md +++ b/README.md @@ -144,12 +144,7 @@ improving it. To ensure a smooth process, please follow these guidelines: 1. **Fork the Repository**: Click the "Fork" button at the top right of this repository to create a copy of the repository under your GitHub account. -2. **Clone the Forked Repository**: - -```sh -git clone https://github.com/your-username/your-repo-name.git -cd your-repo-name -``` +2. **Clone the Forked Repository**: [Forking a Repository](docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo#forking-a-repository) 3. **Install Dependencies**: Ensure you have [Bundler](https://bundler.io/) installed, then run: