Last active
February 26, 2020 10:50
-
-
Save c4pt0r/84838e870ed9a2e048f6c131355e1776 to your computer and use it in GitHub Desktop.
tiup index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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