Skip to content

Commit b2f8687

Browse files
authored
chore: fix README to include forks instead of cloning main repo
1 parent 40dc447 commit b2f8687

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ Alternatively, visit [bun.sh](https://bun.sh/) for other installation methods.
3636

3737
### Installation
3838

39-
1. Clone the repository:
39+
1. Create a fork of the repository
40+
2. Clone that repository & change your directory into it.
4041

4142
```bash
42-
git clone https://github.com/HytaleModding/site.git
43-
cd site
43+
git clone https://github.com/<you>/<fork repo name>.git
44+
cd <fork repo name>
4445
```
4546

4647
2. Install dependencies:

0 commit comments

Comments
 (0)