Add text about additional install methods below one-liner

This commit is contained in:
Thomas Smith 2023-03-20 11:10:17 -04:00
parent 12813506ae
commit db3701b876

View file

@ -160,6 +160,7 @@
<div class="row">
<div class="col">
{{- partial "click-to-copy.html" . -}}
<p class="no-installer grid-gray text-center"><span class="tea">tea</span> is a stand&#8208;alone binary, see <a class="install-link" href="https://docs.tea.xyz/getting-started/install-tea/without-installer">our docs</a> for more installation methods.</p>
</div>
</div>
</div>
@ -167,6 +168,14 @@
<style>
.install-link{
color: #00ffd0;
}
.install-link:hover{
color: #ffffff;
}
.term-icon{
position: relative;
top: 3px;