Fix command order
This commit is contained in:
parent
6d23303f60
commit
4928fbfd8b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ git clone --recurse-submodules https://gitea.ahur.ac/timoreo/matrix-3ds-client.g
|
|||
```shell
|
||||
cmake -Bbuild .
|
||||
cd build
|
||||
cmake -j$(nproc) --target matrix-3ds-client_3dsx --build .
|
||||
cmake --build . -j$(nproc) --target matrix-3ds-client_3dsx
|
||||
```
|
||||
|
||||
Then grab the created .3dsx file and enjoy ! (.cia files later)
|
||||
|
|
Loading…
Reference in a new issue