From f09a43a45fd08f34b69e00e125d56bbc1a237253 Mon Sep 17 00:00:00 2001 From: Zamitto Date: Sat, 4 May 2024 14:11:22 -0300 Subject: [PATCH] replace clone with fork instruction --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 236916ab..a6391fb0 100644 --- a/README.md +++ b/README.md @@ -78,11 +78,10 @@ Ensure you have Node.js installed on your machine. If not, download and install Yarn is a package manager for Node.js. If you haven't installed Yarn yet, you can do so by following the instructions on [yarnpkg.com](https://classic.yarnpkg.com/lang/en/docs/install/). -### Clone the Repository +### Fork and clone your repository -```bash -git clone https://github.com/hydralauncher/hydra.git -``` +1. Fork the repository [(click here to fork now)](https://github.com/hydralauncher/hydra/fork) +2. Clone your forked code `git clone https://github.com/your_username/hydra` ### Install Node Dependencies