aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-02-04 22:39:03 -0200
committerGitHub <noreply@github.com>2018-02-04 22:39:03 -0200
commit6ae5587b5eecd0519162e4e0072dcbb918a37315 (patch)
tree283dfd9063c00841c7dec72c45ce9fa18b9a030f /README.md
parentd7ee5809bc18cd62d78ca094c1a5e44b541d6892 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a28e58a7..1c8850de 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,8 @@ Experimental Switch emulator written in C#
Don't expect much from this. Some homebrew apps works, and Tetris shows the intro logos (sometimes) but that's about it for now.
Contributions are always welcome.
+
+**Running**
+
+To run this emulator, you need the .NET Core 2.0 (or higher) SDK.
+Run `dotnet run -c Release -- game.nro` inside the Ryujinx solution folder.