mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
replace clone with fork instruction
This commit is contained in:
parent
91b4784cff
commit
f09a43a45f
1 changed files with 3 additions and 4 deletions
|
@ -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/).
|
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
|
1. Fork the repository [(click here to fork now)](https://github.com/hydralauncher/hydra/fork)
|
||||||
git clone https://github.com/hydralauncher/hydra.git
|
2. Clone your forked code `git clone https://github.com/your_username/hydra`
|
||||||
```
|
|
||||||
|
|
||||||
### Install Node Dependencies
|
### Install Node Dependencies
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue