mirror of
https://github.com/logos-storage/get.codex.storage.git
synced 2026-01-04 06:03:08 +00:00
Update index.html to make it more readable
This commit is contained in:
parent
761d82d992
commit
a507b37b8d
14
index.html
14
index.html
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user