For this example, repositories will be located in ~/go/src/github.com/akash-network
. Create directory if it does not already exist via:
mkdir -p ~/go/src/github.com/akash-network
Clone Akash Node and Provider Repositories
NOTE - all commands in the remainder of this guide assume a current directory of
~/go/src/github.com/akash-network
unless stated otherwise.
cd ~/go/src/github.com/akash-networkgit clone https://github.com/akash-network/node.gitgit clone https://github.com/akash-network/provider.git
Allow Direnv Management of Provider Directory
cd providerdirenv allow