From f4fcaf27ca6fba3d09d2dc8a357b085f0c6d95f6 Mon Sep 17 00:00:00 2001 From: ScrubN <72096833+ScrubN@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:26:02 -0400 Subject: [PATCH] Update build instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ff1fc4f..adfde98d 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ cd TwitchDownloader ``` dotnet restore ``` +- Non-Windows devices may need to explicitly specify a project to restore, i.e. `dotnet restore TwitchDownloaderCLI` 4. a) Build the GUI: ``` dotnet publish TwitchDownloaderWPF -p:PublishProfile=Windows -p:DebugType=None -p:DebugSymbols=false