From 823f093a5f8da167783dfbb007a884ec3952622f Mon Sep 17 00:00:00 2001 From: Pk11 Date: Wed, 21 Jul 2021 01:12:09 -0500 Subject: [PATCH] Add note about `make citra` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ba152f..d8c0a82 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ git submodule update --init --recursive Once you've cloned the repository (with submodules), simply run `make` in the root of the repository. +If you're testing in Citra, run `make citra` instead of just `make` to disable the Wi-Fi check. + ## Screenshots
Screenshots