Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 517 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 517 Bytes

[div-cli] Command Line Interface of Div Software Solutions

Installation instructions

1 - Download or clone this repo:

$ git clone https://github.com/divengine/div-cli.git

2 - Setup your environment

Linux

a) Configure the "div" command

$ link /bin/div /path/to/div-cli/div.sh

b) Setup DIV_HOME environment variable.

$ nano ~/.bashrc

Add at the end of your .bashrc the line

export DIV_HOME=/path/to/div-cli

Windows