Update install/index.html
This commit is contained in:
@@ -146,6 +146,13 @@
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.green-link {
|
||||
color: #22c55e;
|
||||
text-decoration: none;
|
||||
}
|
||||
.green-link:hover {
|
||||
color: #10b981;
|
||||
}
|
||||
.install-header {
|
||||
display: flex; align-items: center; justify-content: space-between;
|
||||
padding: 10px 16px;
|
||||
@@ -599,13 +606,12 @@
|
||||
<div class="doc-card">
|
||||
<div class="doc-card-header">
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" stroke="#22c55e" stroke-width="1.5"><path d="M10 2v12m0 0l-4-4m4 4l4-4M3 17h14"/></svg>
|
||||
<h3>Installation</h3>
|
||||
<h3>Installation (for Linux)</h3>
|
||||
</div>
|
||||
<div class="doc-card-body">
|
||||
<p>Install Terminal Chat with a single command. The script downloads and configures everything automatically.</p>
|
||||
<p>(for Linux)</p>
|
||||
<a href="https://ben.de-roo.org/install/Windows">Windows instalation and setup</a>
|
||||
<br>
|
||||
<a href="https://ben.de-roo.org/install/Windows" class="green-link">Windows installation and setup</a>
|
||||
<br><br>
|
||||
<div class="code-block">
|
||||
<span class="t-dim"># Automatic installation</span><br>
|
||||
<span class="t-green">$</span> curl -s https://ben.de-roo.org/install/script.sh | bash<br><br>
|
||||
|
||||
Reference in New Issue
Block a user