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