From 32dde55df8b823f377d02bcfd55ba7c888273fdd Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Fri, 20 Feb 2026 16:16:11 +0100 Subject: [PATCH] Update install/index.html --- install/index.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/install/index.html b/install/index.html index df0a488..574c874 100644 --- a/install/index.html +++ b/install/index.html @@ -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 @@
-

Installation

+

Installation (for Linux)

Install Terminal Chat with a single command. The script downloads and configures everything automatically.

-

(for Linux)

- Windows instalation and setup -
+ Windows installation and setup +

# Automatic installation
$ curl -s https://ben.de-roo.org/install/script.sh | bash