diff options
Diffstat (limited to 'landing/index.md')
| -rw-r--r-- | landing/index.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/landing/index.md b/landing/index.md index 396d2089..f6a62f27 100644 --- a/landing/index.md +++ b/landing/index.md @@ -49,6 +49,13 @@ $ xmake run console $ xmake run -d console ``` +## Configure platform + +```bash +$ xmake f -p [windows|linux|macosx|android|iphoneos ..] -a [x86|arm64 ..] -m [debug|release] +$ xmake +``` + ## Support features * Tasks |
