add new command to install CLI authored by Hamza's avatar Hamza
......@@ -15,6 +15,10 @@ $ cd beneficent
```
1) Install dev CLI tool:
$ yarn install:cli
OR
$ cd services/cli
$ npm install -g .
......
......