-
Notifications
You must be signed in to change notification settings - Fork 214
Installation on different operating systems
David Lutterkort edited this page Jan 24, 2019
·
3 revisions
This page collects detailed instructions for installing graph-cli
on various operating systems. If you spot an error, or installed graph-cli
on a system that is not mentioned yet, feel free to add to this list!
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