docs: update build command in README.md

This commit is contained in:
slany 2023-08-04 12:40:47 +02:00
parent 89f4dcc837
commit e2c4f53366

View File

@ -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