From f15cd558a8c951d0ccf85e8f4d71aaca27588b61 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Tue, 28 Feb 2023 18:48:10 +0000 Subject: [PATCH] Update readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fce2ab4a..bf7458cd 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ To deploy: * Extract and place `sc64.exe` in the `tools/sc64` directory * For the moment, deployment cannot happen within the dev container and you must do it from a terminal on the host. * Run `./deploy.bat` from the terminal (in windows) +* Toggle the N64 power switch to load the ROM. `ms-vscode.makefile-tools` will help (installed automatically in dev container). TODO: it does not yet work with `F5`: see https://devblogs.microsoft.com/cppblog/now-announcing-makefile-support-in-visual-studio-code/