diff --git a/src/components/Build.Net_Core.vue b/src/components/Build.Net_Core.vue index 7661acb..c53ad17 100644 --- a/src/components/Build.Net_Core.vue +++ b/src/components/Build.Net_Core.vue @@ -14,13 +14,13 @@

Building Ryujinx (Windows only for now):

Support for OSX and Linux is limited and not really recommended for use as of late.
- To get started; you will need the .NET Core 2.0 or greater runtime installed. + To get started; you will need the .NET Core 2.1 RC1 or greater runtime installed.

Step one:

-

Download NET Core, here. Then install the SDK.

+

Download NET Core here. Then install the SDK.

Step two (Variant one):

@@ -37,7 +37,7 @@

Step three:

Build the App using a Command prompt in the ROOT directory. You can quickly access it by Holding shift in explorer (in the Ryujinx directory) then right clicking, - and typing the following command~ "dotnet publish -c Release -f win10-x64". + and typing the following command dotnet publish -c Release -r win10-x64. The build directory is "root/bin/release/etc/etc."