-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
66 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Contributing to Underdog | ||
|
||
## Required software | ||
|
||
- [Git] | ||
- [Pakku] | ||
|
||
## Recommended software | ||
|
||
- [PrismLauncher] | ||
- [Visual Studio Code] | ||
|
||
|
||
## Set-up | ||
|
||
Please follow these steps: | ||
|
||
### 1 | ||
|
||
- Fork the project. | ||
|
||
### 2 | ||
|
||
- In your PrismLauncher, add a new 1.20.1 instance called TerraFirmaGreg-Modern. | ||
- Install `Forge 47.2.6`. | ||
|
||
### 3 | ||
|
||
- Delete *everything* from the `TerraFirmaGreg-Modern/.minecraft` folder. | ||
|
||
### 4 | ||
|
||
- Clone the project to the empty `TerraFirmaGreg-Modern/.minecraft` folder. \ | ||
You can do that using **terminal**, **cmd** or the **GitHub Desktop** app. | ||
|
||
### 5 | ||
|
||
- Open your _terminal_ and run: | ||
``` | ||
pakku fetch | ||
``` | ||
<!-- Links: --> | ||
[PrismLauncher]: https://prismlauncher.org/ | ||
[Visual Studio Code]: https://code.visualstudio.com/ | ||
[Git]: https://git-scm.com/ | ||
[Pakku]: https://github.com/juraj-hrivnak/Pakku |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters