We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e64854 commit d2a3a38Copy full SHA for d2a3a38
README.md
@@ -7,11 +7,11 @@ Want to contribute? See the below guide.
7
8
1. [Fork the repository](https://github.com/ferrumc-rs/docs/fork) and then clone it.
9
```bash
10
-git clone https://github.com/user/docs
+git clone https://github.com/ferrumc-rs/docs
11
```
12
13
2. Open a terminal in the new cloned repository folder and run `npm install`. This will install necessary dependencies.
14
15
3. Run `npm run dev` to start a dev server. You will be provided with a link that will update automatically on changes.
16
17
-4. Make your changes! Experiment, and then open a PR.
+4. Make your changes! Experiment, and then open a PR.
0 commit comments