mirror of
https://github.com/logos-storage/get.codex.storage.git
synced 2026-01-02 13:13:07 +00:00
45 lines
1008 B
HTML
45 lines
1008 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Join Codex Testnet</title>
|
|
<style>
|
|
html * {
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
color: black;
|
|
font-family: monospace;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h3>
|
|
Join Codex Testnet - Linux, macOS and Windows (msys2)
|
|
</h3>
|
|
|
|
<p>
|
|
<span style="color:grey;">
|
|
# Install Codex
|
|
</span>
|
|
<br>
|
|
curl -s https://get.codex.storage/testnet/install.sh | bash
|
|
</p>
|
|
|
|
<p>
|
|
<span style="color:grey;">
|
|
# Generate key
|
|
</span>
|
|
<br>
|
|
curl -s https://get.codex.storage/testnet/generate.sh | bash
|
|
</p>
|
|
|
|
<p>
|
|
<span style="color:grey;">
|
|
# Run Codex
|
|
</span>
|
|
<br>
|
|
curl -s https://get.codex.storage/testnet/run.sh | bash
|
|
</p>
|
|
</body>
|
|
</html>
|