mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-02 21:43:07 +00:00
7 lines
282 B
Bash
Executable File
7 lines
282 B
Bash
Executable File
curl -o codex-v0.1.0-linux-amd64.tar.gz -L https://github.com/codex-storage/nim-codex/releases/download/v0.1.0/codex-v0.1.0-linux-amd64.tar.gz
|
|
tar -xvzf codex-v0.1.0-linux-amd64.tar.gz
|
|
|
|
chmod +x codex-v0.1.0-linux-amd64
|
|
|
|
echo "Codex binary saved to ${PWD}/codex-v0.1.0-linux-amd64"
|