Update README.md
This commit is contained in:
parent
075e6d34b0
commit
09b93cef62
1 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,13 @@ You also must have DevkitPro and switch (libnx) libraries for [Mac and Linux](ht
|
|||
- `DEVKITPRO/libnx/lib`
|
||||
- `DEVKITPRO/libnx/include`
|
||||
|
||||
OR you must specify a valid libnx path and/or devkitpro path to the `switch_build` utility:
|
||||
|
||||
```bash
|
||||
switch_build --libnxPath:"C:\devkitPro\libnx" --author:"Joey" --version:"1.0.0" .\examples\accounts\account_ex.nim
|
||||
# OR
|
||||
switch_build --devkitProPath:"C:\devkitPro" --author:"Joey" --version:"1.0.0" .\examples\accounts\account_ex.nim
|
||||
```
|
||||
|
||||
## Install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue