summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-01-10 23:51:15 +0800
committerruki <[email protected]>2020-01-10 17:07:33 +0800
commit025e86a0a00fc719baed54b53bf33a52d323c832 (patch)
treede5fddafb7be889aa5d1e035fde471077a9e9b72
parent6c7c36cb656f49be600ee4d79677bd1895bd2190 (diff)
update readme
-rw-r--r--README.md8
-rw-r--r--README_zh.md8
2 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 606d800db..a8742d46c 100644
--- a/README.md
+++ b/README.md
@@ -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)