Skip to content

Instantly share code, notes, and snippets.

@lutter
Created January 24, 2019 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lutter/4de28a0bcb2147bef32407d80977f421 to your computer and use it in GitHub Desktop.
Save lutter/4de28a0bcb2147bef32407d80977f421 to your computer and use it in GitHub Desktop.
Installation instructions for Graph CLI
#! /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