Slava ac7067416c
Add Testnet scripts (#24)
* Make scripts more flexible, robust and wrappable

* Add Codex Testnet scripts
2024-11-18 22:03:34 +02:00

45 lines
1013 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/generate.sh | bash
</p>
</body>
</html>