Skip to content

Commit 79c08d2

Browse files
Update CONTRIBUTING.md
1 parent 9118ba5 commit 79c08d2

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Required software
44

55
- [Git]
6+
- [Pakku]
67

78
## Recommended software
89

@@ -34,24 +35,14 @@ You can do that using **terminal**, **cmd** or the **GitHub Desktop** app.
3435

3536
### 5
3637

37-
- Run the set-up script:
38-
- If you are on _Windows 10 or higher_, run the `./pax/setup-windows.ps1` with _PowerShell_.
39-
- If you are on _Linux_, open your _terminal_ and use the `cd` command to move into the `./pax` folder, then run `sh setup-linux.sh`.
40-
- If you are on _macOS_, open your _terminal_ and use the `cd` command to move into the `./pax` folder, then run `brew install grep` and after it is finished, run `sh setup-macos.sh`.
41-
42-
### 6
43-
44-
- Open your _terminal_ and run the [ModpackDownloader]:
38+
- Open your _terminal_ and run:
4539
```
46-
java -jar ModpackDownloader-<version>.jar modpack ..
40+
pakku fetch
4741
```
48-
> **Note**
49-
> Make sure to replace the `<version>` with the correct version of ModpackDownloader.
50-
51-
5242
5343
<!-- Links: -->
5444
[MultiMC]: https://multimc.org/
5545
[Visual Studio Code]: https://code.visualstudio.com/
5646
[Git]: https://git-scm.com/
47+
[Pakku]: https://github.com/juraj-hrivnak/Pakku
5748
[ModpackDownloader]: https://github.com/Joshyx/ModpackDownloader

0 commit comments

Comments
 (0)