Update index.html to make it more readable (#4)

This commit is contained in:
Slava 2024-10-15 20:19:01 +03:00 committed by GitHub
parent 761d82d992
commit 9903bfb04d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Get Codex</title>
<style>
html * {
font-size: 14px;
@ -13,11 +13,13 @@
</head>
<body>
<h1>Install Codex</h3>
<h3>
Get Codex
</h3>
<p>
<span style="color:grey;">
# Install latest Codex
# latest version
</span>
<br>
curl -s https://get.codex.storage/install.sh | bash
@ -25,7 +27,7 @@
<p>
<span style="color:grey;">
# Install specific version of Codex
# specific version
</span>
<br>
curl -s https://get.codex.storage/install.sh | VERSION=0.1.7 bash
@ -33,7 +35,7 @@
<p>
<span style="color:grey;">
# Install latest Codex with cirdl
# latest codex and cirdl
</span>
<br>
curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash
@ -41,7 +43,7 @@
<p>
<span style="color:grey;">
# On Windows with msys2 install Codex with required libraries
# codex with required libraries on Windows with msys2
</span>
<br>
curl -s https://get.codex.storage/install.sh | WINDOWS_LIBS=true INSTALL_CIRDL=true bash