Skip to content

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!

Fedora (and other Red Hat-based systems)

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
Clone this wiki locally