Installation ============ From npm --------- You can install ``ablestar-cli`` on your local system by running: :: npm i -g @ablestar/ablestar-cli From Source ----------- If you want to install the source code from source you can download the code from Github and install it that way. The steps are: - Clone the project to a local folder - Enter the folder and run ``npm install`` - Run ``npm link`` so that you can run the ``ablestar-cli`` command globally. The shell commands to do this are: :: git clone https://github.com/ablestar/ablestar-cli.git cd ablestar-cli npm install npm link