docs: update build command in README.md
This commit is contained in:
parent
89f4dcc837
commit
e2c4f53366
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue