Fix command order

This commit is contained in:
timoreo 2023-12-10 15:45:29 +01:00
parent 6d23303f60
commit 4928fbfd8b
Signed by: timoreo
GPG key ID: 121A72C3512BA288

View file

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