From b31bbaec3ea732345fce420095ed8df8e05e23cc Mon Sep 17 00:00:00 2001 From: Mrtops Date: Mon, 27 Feb 2017 18:05:16 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d431c3035..567fbe768 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Nintendo 3DS savedata containers use an AES MAC that cannot be emulated without ## Building -PKHeX is a Windows Forms application which requires .NET Framework v4.6. +PKHeX is a Windows Forms application which requires [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137). The executable can be built with any compiler that supports C# 6.0. @@ -44,4 +44,4 @@ PKHeX can be opened with IDEs such as [Visual Studio](https://www.visualstudio.c ### GNU/Linux -Install [MonoDevelop](http://www.monodevelop.com/) and [Mono Runtime](http://www.mono-project.com/) with `flatpak install --user --from https://download.mono-project.com/repo/monodevelop.flatpakref`. GNU/Linux is not the main Operating System of developers of this program so there may be bugs; some may come from non GNU/Linux specific code of Mono (so developers using *BSD, Windows and OS X should be able to reproduce them). +Install [MonoDevelop](http://www.monodevelop.com/) and [Mono Runtime](http://www.mono-project.com/) with `flatpak install --user --from https://download.mono-project.com/repo/monodevelop.flatpakref`. GNU/Linux is not the main Operating System of developers of this program so there may be bugs; some may come from non GNU/Linux specific code of Mono (so developers using \*BSD, Windows and OS X should be able to reproduce them).