From 165c877efd0035227d47f4e57e32aa9a3ae18c26 Mon Sep 17 00:00:00 2001 From: Tenta <72235309+TentaRJ@users.noreply.github.com> Date: Thu, 18 Mar 2021 22:26:23 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c40ffc1c..d74a3f4ff 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,11 @@ newgrounds ``` So for each of those type `haxelib install [library]` so shit like `haxelib install newgrounds` -You'll also need to install polymod. To do this, you need to do a few things first. +You'll also need to install a couple things that involve Gits. To do this, you need to do a few things first. 1. Download [git-scm](https://git-scm.com/downloads). Works for Windows, Mac, and Linux, just select your build. 2. Follow instructions to install the application properly. -3. Run `haxelib git polymod https://github.com/larsiusprime/polymod.git` in terminal/command-prompt after your git program is installed. +3. Run `haxelib git polymod https://github.com/larsiusprime/polymod.git` to install Polymod. +4. Run `haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc` to install Discord RPC. You should have everything ready for compiling the game! Follow the guide below to continue!