Slava 9a8fb122e7
Fix Testnet index typo (#25)
* Fix typo in Codex Testnet index file

* Add Join Codex Testnet in Readme
2024-11-18 22:18:26 +02:00

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>