Made it more explicit why one would want to run the yarn task (#1521)

This commit is contained in:
shartte 2020-06-28 13:41:46 +02:00 committed by GitHub
parent b28ccd1be1
commit 1c916bddac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,9 @@ Please have a look at the [naming conventions](/CONVENTIONS.md) before submittin
### Getting Started
1. Fork and clone the repo
2. Run `./gradlew yarn` (Linux, macOS) or `gradlew yarn` (Windows)
3. Profit
2. Run `./gradlew yarn` (Linux, macOS) or `gradlew yarn` (Windows) to open [Enigma](https://github.com/FabricMC/Enigma), a user interface to easily edit the mappings
3. Commit and push your work to your fork
4. Open a pull request with your changes
## Gradle
Yarn uses Gradle to provide a number of utility tasks for working with the mappings.