From f7991941c3c2d03a7d711372040d28106c58780d Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Mon, 5 Oct 2020 15:05:30 +0100 Subject: [PATCH] Include PsIni dependency in docs --- ReadMe.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 8d58a73..c6cea76 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -9,6 +9,12 @@ related to [Unreal Engine 4](https://www.unrealengine.com). * [Packaging Builds](#packaging-builds) * [Releasing builds to Itch, Steam](#releasing-builds) +## Prerequisites + +* Powershell 5.1 or later (preferably Powershell Core 7+) +* PsIni module installed (library for reading INI files easily) + * Run `Install-Module PsIni` in a Powershell console + ## Git Setup