diff options
Diffstat (limited to 'landing.html')
| -rw-r--r-- | landing.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/landing.html b/landing.html index 79cb86df..7336e392 100644 --- a/landing.html +++ b/landing.html @@ -6,7 +6,7 @@ <title>xmake</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#157878"> - <meta name="description" content="A cross-platform build utility based on Lua"> + <meta name="description" content="A make-like build utility based on Lua"> <meta name="keywords" content="make,makefile,build,lua,cross-compile,linux" /> <link rel="stylesheet" href="/assets/css/normalize.css"> @@ -29,7 +29,7 @@ <body> <section class="page-header"> <h1 class="project-name">xmake</h1> - <h2 class="project-tagline">A cross-platform build utility based on Lua</h2> + <h2 class="project-tagline">A make-like build utility based on Lua</h2> <a href="/#/home" class="btn">GET STARTED</a> <br><br> <iframe src="https://ghbtns.com/github-btn.html?user=tboox&repo=xmake&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> @@ -144,6 +144,12 @@ <p>Please download and install from the plugins repository <a href="https://github.com/tboox/xmake-plugins">xmake-plugins</a>.</p> +<h2 id="ide-integration">IDE Integration</h2> + +<ul> + <li><a href="https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview"><img src="https://img.shields.io/vscode-marketplace/v/tboox.xmake-vscode.svg?style=flat-square" alt="xmake-vscode" /></a></li> +</ul> + <h2 id="more-examples">More Examples</h2> <p>Debug and release modes:</p> |
