-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
anderly edited this page Nov 6, 2014
·
3 revisions
Follow the steps below to install the dnsimple-cli.
The release on npm is the latest stable version:
npm install -g dnsimple-cliThe code on Github is the most recent version, but can be unstable:
npm install anderly/dnsimple-cliIf you want to run dnsimple cli on Ubuntu, then you should install nodejs-legacy instead of nodejs. For more information please check the following links:
- why there is a problem with nodejs installation on ubuntu
- how to solve the nodejs installation problem on ubuntu
Please perform the installation steps in following order:
sudo apt-get install nodejs-legacy
sudo apt-get install npm
npm install -g dnsimple-cliTo get the source code of the SDK via git just type:
git clone https://github.com/anderly/dnsimple-cli.git
cd ./dnsimple-cli
npm install