diff options
| author | ruki <[email protected]> | 2020-07-22 23:14:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-22 23:14:57 +0800 |
| commit | 507acf17452ecfbf6f386fad5a25f97c99b46e66 (patch) | |
| tree | fc92701315a561db3e702e384fad534e30d7c243 | |
| parent | 6d7d80f1799a2a3b1b5cdae0b1180e8ab9d94132 (diff) | |
update readme
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | README_zh.md | 8 |
2 files changed, 4 insertions, 12 deletions
@@ -69,6 +69,8 @@ so that any developer can quickly pick it up and enjoy a productivity boost when If you want to know more, please refer to: [Documents](https://xmake.io/#/home), [Github](https://github.com/xmake-io/xmake) and [Gitee](https://gitee.com/tboox/xmake) + + ## Installation #### via curl @@ -420,12 +422,6 @@ Some projects using xmake: * [vm86](https://github.com/tboox/vm86) * [more](https://github.com/xmake-io/awesome-xmake) -## Example Video - -<a href="https://asciinema.org/a/133693"> -<img src="https://asciinema.org/a/133693.png" width="650px" /> -</a> - ## Contacts * Email:[[email protected]](mailto:[email protected]) diff --git a/README_zh.md b/README_zh.md index 0e9695f8b..6fcf4bd07 100644 --- a/README_zh.md +++ b/README_zh.md @@ -75,6 +75,8 @@ xmake的目标是开发者更加关注于项目本身开发,简化项目的描 如果你想要了解更多,请参考:[在线文档](https://xmake.io/#/zh-cn/getting_started), [Github](https://github.com/xmake-io/xmake)以及[Gitee](https://gitee.com/tboox/xmake) + + ## 安装 #### 使用curl @@ -426,12 +428,6 @@ $ ./gradlew app:assembleDebug * [vm86](https://github.com/tboox/vm86) * [更多](https://github.com/xmake-io/awesome-xmake) -## 演示视频 - -<a href="https://asciinema.org/a/133693"> -<img src="https://asciinema.org/a/133693.png" width="650px" /> -</a> - ## 联系方式 * 邮箱:[[email protected]](mailto:[email protected]) |
