diff options
| author | ruki <[email protected]> | 2018-02-03 19:17:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-02-03 19:17:29 +0800 |
| commit | 3a65144b95fa33a9930abf27968e00d3245b859f (patch) | |
| tree | a9c3d822464aac85ff22fed94213868c0cdf3391 | |
| parent | e2fa783bbb4f2b2eaa45b6c57dea664982b53931 (diff) | |
improve asciinema img link
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | README_zh.md | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -190,7 +190,9 @@ Please download and install from the plugins repository [xmake-plugins](https:// ## Examples -[](https://asciinema.org/a/133693) +<a href="https://asciinema.org/a/133693"> +<img src="https://asciinema.org/a/133693.png" width="60%" /> +</a> Create a c++ console project: diff --git a/README_zh.md b/README_zh.md index d1d42274c..663356d43 100644 --- a/README_zh.md +++ b/README_zh.md @@ -202,7 +202,9 @@ $ xmake doxygen [srcdir] ## 简单例子 -[](https://asciinema.org/a/133693) +<a href="https://asciinema.org/a/133693"> +<img src="https://asciinema.org/a/133693.png" width="60%" /> +</a> 创建一个c++ console项目: |
