mirror of
https://github.com/ivabus/www
synced 2024-11-10 05:15:15 +03:00
Add text about additional install methods below one-liner
This commit is contained in:
parent
12813506ae
commit
db3701b876
|
@ -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‐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;
|
||||
|
|
Loading…
Reference in a new issue