2024-10-15 09:51:29 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2024-10-15 20:19:01 +03:00
|
|
|
<head>
|
|
|
|
<title>Get Codex</title>
|
|
|
|
<style>
|
2024-10-15 09:51:29 +03:00
|
|
|
html * {
|
2024-10-15 20:19:01 +03:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: black;
|
|
|
|
font-family: monospace;
|
2024-10-15 09:51:29 +03:00
|
|
|
}
|
2024-10-15 20:19:01 +03:00
|
|
|
</style>
|
|
|
|
</head>
|
2024-10-15 09:51:29 +03:00
|
|
|
|
2024-10-15 20:19:01 +03:00
|
|
|
<body>
|
|
|
|
<h3>
|
|
|
|
Get Codex
|
|
|
|
</h3>
|
2024-10-15 09:51:29 +03:00
|
|
|
|
2024-10-15 20:19:01 +03:00
|
|
|
<p>
|
|
|
|
<span style="color:grey;">
|
|
|
|
# latest version
|
|
|
|
</span>
|
|
|
|
<br>
|
|
|
|
curl -s https://get.codex.storage/install.sh | bash
|
|
|
|
</p>
|
2024-10-15 09:51:29 +03:00
|
|
|
|
2024-10-15 20:19:01 +03:00
|
|
|
<p>
|
|
|
|
<span style="color:grey;">
|
|
|
|
# specific version
|
|
|
|
</span>
|
|
|
|
<br>
|
|
|
|
curl -s https://get.codex.storage/install.sh | VERSION=0.1.7 bash
|
|
|
|
</p>
|
2024-10-15 09:51:29 +03:00
|
|
|
|
2024-10-15 20:19:01 +03:00
|
|
|
<p>
|
|
|
|
<span style="color:grey;">
|
|
|
|
# latest codex and cirdl
|
|
|
|
</span>
|
|
|
|
<br>
|
|
|
|
curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash
|
|
|
|
</p>
|
2024-10-15 09:51:29 +03:00
|
|
|
|
2024-10-15 20:19:01 +03:00
|
|
|
<p>
|
|
|
|
<span style="color:grey;">
|
|
|
|
# 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
|
|
|
|
</p>
|
2024-10-15 09:51:29 +03:00
|
|
|
</body>
|
|
|
|
</html>
|