Installing
How to install Pledge-Agent¶
The recommended way to install Pledge-Agent is via npm
, the package manager for Nodejs - the language Pledge-Agent is written in.
- Install Nodejs
-
Install Pledge-Agent via
npm
:npm install --global pledge-agent
-
Run Pledge-Agent via:
pledge-agent
How to update Pledge-Agent¶
Just run the following command to update Pledge-Agent through npm
:
npm update --global pledge-agent