From 013f6196f4610b30f082d0ef444d9a24ef2ec7c0 Mon Sep 17 00:00:00 2001 From: CWX Date: Thu, 19 May 2022 14:19:23 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 900b61a..3fbb4e4 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,15 @@ ---- -# Setup +# Setup: -- Requires: .net 6.0 1. Visual Studio > File > Open > Project/Solution `\SPT_AKI Installer.sln` 2. Visual Studio > Build > Publish Selection > Publish 3. check your folder for the project `\bin\Debug\net6.0\publish\` 4. in here should be an .Exe and a .pdb - only the .exe is needed -# Debug +# Debug: - The project has PreProccessor Directives for the location to test installing too - If you want to change the location for this under L18 make this the path you desire @@ -52,4 +51,10 @@ ![Debug Mode](https://cdn.discordapp.com/attachments/976519592119762994/976850003521835058/unknown.png) -1. Visual Studio > Debug > Start Debugging or the F5 shortcut Key \ No newline at end of file +1. Visual Studio > Debug > Start Debugging or the F5 shortcut Key + +# Dependencies: + +- .net 6.0 +- SharpCompress +- SpectreConsole