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