Created
January 24, 2019 19:19
-
-
Save lutter/4de28a0bcb2147bef32407d80977f421 to your computer and use it in GitHub Desktop.
Installation instructions for Graph CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# Run these as root or sprinkle sudo in here as appropriate | |
dnf install -y gcc-c++ make libsecret-devel git | |
curl --silent --location https://rpm.nodesource.com/setup_11.x | bash - | |
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo | |
dnf install -y yarn | |
yarn global add @graphprotocol/graph-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment