Merge pull request #903 from Mrtops/patch-2

Update README.md
This commit is contained in:
Kaphotics 2017-02-27 15:17:14 -08:00 committed by GitHub
commit 7c10c0d7c5

View file

@ -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).