From e2c4f5336699febd0f340d340701a92362211def Mon Sep 17 00:00:00 2001 From: slany Date: Fri, 4 Aug 2023 12:40:47 +0200 Subject: [PATCH] docs: update build command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f331c78..d881256 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Nintendo Switch port of [`3DavSync`](https://github.com/szclsya/3DavSync). ``` docker pull devkitpro/devkita64:latest -docker run --rm -v "$PWD":/app -w /app devkitpro/devkita64:latest make +docker run --rm -v "$PWD":/app -w /app devkitpro/devkita64:latest make TARGET=NXDavSync -j ``` ## Configuration