From 1c916bddac85b533fdf74839490d0060980aee5a Mon Sep 17 00:00:00 2001 From: shartte Date: Sun, 28 Jun 2020 13:41:46 +0200 Subject: [PATCH] Made it more explicit why one would want to run the yarn task (#1521) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69b5a46c37..27d240ac76 100644 --- a/README.md +++ b/README.md @@ -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.