diff options
| author | ruki <[email protected]> | 2022-09-17 00:46:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-17 00:46:27 +0800 |
| commit | b5c41835eeac49722a90906a039908a04e3e3836 (patch) | |
| tree | 45908009931ba3fb3cd721d7d1689bc62068f3c0 | |
| parent | b3bc782b5c3ed076d0c337540127a69cbe9bf1d8 (diff) | |
update readme
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | README_zh.md | 7 |
2 files changed, 14 insertions, 0 deletions
@@ -124,6 +124,13 @@ If you don't want to use the script to install xmake, see [Installation Guide](h An official xmake package repository exists at: [xmake-repo](https://github.com/xmake-io/xmake-repo) +## Create project + +```bash +$ xmake create hello +$ cd hello +``` + ## Build project ```bash diff --git a/README_zh.md b/README_zh.md index 77b7fc709..0e7c39522 100644 --- a/README_zh.md +++ b/README_zh.md @@ -132,6 +132,13 @@ Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicPars 官方的xmake包管理仓库: [xmake-repo](https://github.com/xmake-io/xmake-repo) +## 创建工程 + +```bash +$ xmake create hello +$ cd hello +``` + ## 构建工程 ```bash |
