From 5e04a31595a772ca7771ac1b6f926308322ad6e9 Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Tue, 4 Dec 2018 23:16:43 +0900 Subject: [PATCH] Created Setup PT Magic on MacOS (markdown) --- Setup-PT-Magic-on-MacOS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Setup-PT-Magic-on-MacOS.md diff --git a/Setup-PT-Magic-on-MacOS.md b/Setup-PT-Magic-on-MacOS.md new file mode 100644 index 0000000..7bf3fee --- /dev/null +++ b/Setup-PT-Magic-on-MacOS.md @@ -0,0 +1,21 @@ +**Important: Please do not install PTMagic if you are already running Profit Trailer Feeder. Both tools write to your bot .PROPERTIES files and there may be side effects.** + +**Note:** As we are no Mac experts we are not able to support you with MacOS specific issues. + +## Quick Start +To run PTMagic on a Mac you have to install .NET Core and a webserver. + +### Download and setup ASP.NET Core +Click this [link](https://www.microsoft.com/net/download/macos) to find instructions to download and setup .NET Core 2.1.300 SDK on your Mac. + +### Configure PT Magic +After installing .NET Core proceed with the [setup guide](https://github.com/Legedric/ptmagic/wiki/Setup-Guide) to configure your installation. After that go to the **PT Magic** folder in a terminal window and start with the command + +> dotnet PTMagic.dll + +and the monitor application with + +> dotnet Monitor/Monitor.dll + + +If something is not working as expected please have a look at our [Post Install Checklist](https://github.com/Legedric/ptmagic/wiki/Post-Install-Checklist) and [FAQ](https://github.com/Legedric/ptmagic/wiki/FAQ-and-Tips). \ No newline at end of file