summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-17 00:46:27 +0800
committerruki <[email protected]>2022-09-17 00:46:27 +0800
commitb5c41835eeac49722a90906a039908a04e3e3836 (patch)
tree45908009931ba3fb3cd721d7d1689bc62068f3c0
parentb3bc782b5c3ed076d0c337540127a69cbe9bf1d8 (diff)
update readme
-rw-r--r--README.md7
-rw-r--r--README_zh.md7
2 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 473ecdbfa..2af3e6069 100644
--- a/README.md
+++ b/README.md
@@ -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