Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 443 Bytes

File metadata and controls

31 lines (19 loc) · 443 Bytes

STEP 2 - Install Akash CLI

Install the Akash CLI for Provider Use

cd ~

apt install jq -y

apt install unzip -y

curl -sfL https://raw.githubusercontent.com/akash-network/provider/main/install.sh | bash

echo 'alias provider-services="/root/bin/provider-services"' >> ~/.bashrc

. ~/.bashrc

Verify Akash CLI Install

provider-services version

Expected/Example Output

provider-services version

v0.4.6