From 792d1c38d666d3d97f593b676e9442329e071eef Mon Sep 17 00:00:00 2001 From: TauAkiou Date: Mon, 5 Oct 2020 19:29:33 -0400 Subject: [PATCH] Fixed annoying problems with markdown --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e1c8b32a..da056b89 100644 --- a/README.md +++ b/README.md @@ -9,37 +9,37 @@ AmongusCapture-gtk is currently supported under: * Windows * Linux -##Requirements: +## Requirements: -###Windows: +### Windows: While you can use amonguscapture-gtk under Windows, we recommend using the [official release](https://github.com/denverquane/amonguscapture). * .NET Core 3.1 Runtime: https://dotnet.microsoft.com/download/dotnet-core/current/runtime * GTK For Windows Runtime: https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer -###Linux: +### Linux: * .NET Core 3.1: https://docs.microsoft.com/en-us/dotnet/core/install/linux * GTK3: Check your distribution's packaging manager for information on how to install. If you already have Gnome installed, you likely already have gtk3. -##Building +## Building -###Windows +### Windows * .NET Core SDK: https://dotnet.microsoft.com/download * Visual Studio - Loading the 'AmongUsCapture.sln' file and building should be sufficient enough - all packages should be downloaded from NuGet. -###Linux +### Linux * .NET Core 3.1 SDK: https://docs.microsoft.com/en-us/dotnet/core/install/linux * GTK3 development libraries: Check your distribution's packaging manager for information on how to install. -####Instructions: +#### Instructions: - git clone https://github.com/TauAkiou/amonguscapture-gtk/tree/linux-mem-new - If you are using a non-master repository, switch to the correct + Instructions still in progress...