stacks-network / stacks-blockchain-docker

Stacks-blockchain with API using docker compose
GNU General Public License v3.0
29 stars 39 forks source link

nit: need to have jq installed for readme snippet #46

Closed d1gitalflow closed 3 years ago

d1gitalflow commented 3 years ago

Description

Should be mentioned that is required to have jq installed on your system to run the README snippet:

VERSION=$(curl --silent https://api.github.com/repos/docker/compose/releases/latest | jq .name -r)
DESTINATION=/usr/local/bin/docker-compose
sudo curl -L https://github.com/docker/compose/releases/download/${VERSION}/docker-compose-$(uname -s)-$(uname -m) -o $DESTINATION
sudo chmod 755 $DESTINATION
CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.