diff options
| author | ruki <[email protected]> | 2020-01-10 23:51:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-01-10 17:07:33 +0800 |
| commit | 025e86a0a00fc719baed54b53bf33a52d323c832 (patch) | |
| tree | de5fddafb7be889aa5d1e035fde471077a9e9b72 | |
| parent | 6c7c36cb656f49be600ee4d79677bd1895bd2190 (diff) | |
update readme
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | README_zh.md | 8 |
2 files changed, 16 insertions, 0 deletions
@@ -254,6 +254,14 @@ $ xmake project -k compile_commands $ xmake l ./test.lua $ xmake l -c "print('hello xmake!')" $ xmake l lib.detect.find_tool gcc +$ xmake l +> print("hello xmake!") +> {1, 2, 3} +< { + 1, + 2, + 3 + } ``` More builtin plugins, please see: [Builtin plugins](https://xmake.io/#/plugin/builtin_plugins) diff --git a/README_zh.md b/README_zh.md index 25e685f19..b826f15a9 100644 --- a/README_zh.md +++ b/README_zh.md @@ -259,6 +259,14 @@ $ xmake project -k compile_commands $ xmake l ./test.lua $ xmake l -c "print('hello xmake!')" $ xmake l lib.detect.find_tool gcc +$ xmake l +> print("hello xmake!") +> {1, 2, 3} +< { + 1, + 2, + 3 + } ``` 更多内置插件见相关文档:[内置插件文档](https://xmake.io/#/zh-cn/plugin/builtin_plugins) |
