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