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