How Can We Help?

Search for answers or browse our knowledge base.


Still need help? Ask our Service Desk!

Categories
< All Topics
Print

How to install the GNY Command Line Interface

Install GNY CLI

Install Prerequisites

Please install the following linux packages in order to make gny-cli work:

sudo apt-get update
sudo apt-get -y upgrade

sudo apt-get install curl ntp wget git libssl-dev openssl make gcc g++ autoconf automake python build-essential -y
sudo apt-get install libtool libtool-bin -y

Install via npm

::: warning
Although the package is called @gny/cli in the npm registry. We will need to type gny-cli in the command line to call the appropriate commands.
:::

npm install --global @gny/cli
Was this article helpful?
1 out Of 5 Stars

3 ratings

5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 100%
5
How can we improve this article?
How Can We Improve This Article?
Table of Contents