From 4b010c1f93f948f791f2e630998ebc663d7922e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Simuni=C4=8D?= <33632722+daviunic@users.noreply.github.com> Date: Tue, 16 Oct 2018 19:00:07 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bbff7f3..dc6c22e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 86BoxManager +# 86Box Manager **86Box Manager** is the official (though optional) configuration manager for the [86Box emulator](https://github.com/86Box/86Box). It's released under the MIT license, so it can be freely distributed with 86Box. See the `LICENSE` file for more information. It's written in C# with Windows Forms using Visual Studio 2017. @@ -8,12 +8,10 @@ It's written in C# with Windows Forms using Visual Studio 2017. * Give each VM a unique name and an optional description * Run multiple virtual machines at the same time * Control the VM from the Manager window using commands like Pause, Reset, etc. -* Minimize the Manager window when a VM is started +* Automatically minimize the Manager window when a VM is started ## System requirements -* Same as 86Box - -Additionally, the following is required: +Same as for 86Box. Additionally, the following is required: * 86Box build 1748 or later (earlier builds don't support all the features the Manager expects) * .NET Framework 4.0 @@ -21,8 +19,8 @@ Additionally, the following is required: ## How to use 1. Download the desired build -2. Run 86boxmanager.exe -3. Choose the folder where 86Box is located (exe and roms folder) and a folder where your virtual machines will be located (configs, nvr folders, etc.) +2. Run 86manager.exe +3. Choose the folder where 86Box.exe is located (along with the roms folder) and a folder where your virtual machines will be located (for configs, nvr folders, etc.) 4. Start creating new virtual machines and enjoy ## How to build @@ -30,9 +28,9 @@ Additionally, the following is required: 1. Clone the repo 2. Open 86boxmanager.sln solution file in Visual Studio 2017 3. Make your changes -4. Choose the "Release" configuration for x86 platform +4. Choose the "Release" configuration and "x86" platform/CPU 5. Build solution -6. 86boxmanager.exe is now in Bin\x86\Release\ +6. 86manager.exe is now in Bin\x86\Release\ ## Support -If you have any issues, questions, suggestions, etc., you should visit the official 86Box support channels on IRC and Discord. The project maintainer, daviunic, is often idling there under the name Overdoze. \ No newline at end of file +If you have any issues, questions, suggestions, etc., please open an issue here on GitHub, or visit the official 86Box support channels on IRC and Discord. The project maintainer, daviunic, is often idling there under the name Overdoze.