Skip to content

Instantly share code, notes, and snippets.

@c4pt0r
Last active February 26, 2020 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c4pt0r/84838e870ed9a2e048f6c131355e1776 to your computer and use it in GitHub Desktop.
Save c4pt0r/84838e870ed9a2e048f6c131355e1776 to your computer and use it in GitHub Desktop.
tiup index.html
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.bootcss.com/mini.css/3.0.1/mini-dark.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<title>TiUP</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-10 col-lg-offset-1">
<br/>
<h2>TiUP<small></small></h2>
<br/>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-5 col-lg-offset-1">
<p><b>TiUP</b> is the offical install tool for <a href="https://github.com/pingcap/tidb">TiDB</a></p>
<p>Run the following in your terminal, and follow the instructions. </p>
<p><br/></p>
<pre><code> /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" </code></pre>
<br/>
<p>This tool only supports Linux (for now)</p>
<p>Need help? Ask on <a href="https://pingcap.com/tidbslack">#tidbcommunity</a></p>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment