Skip to content

Commit

Permalink
added npm command for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
itzmeanjan committed Sep 12, 2020
1 parent fd98145 commit ef23271
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,17 @@ And you need to have NodeJS( >10.X ).

## installation

I've planned to distribute this software using NPM, which is yet to be done.
### using NPM

In the mean time, you can try to clone this repo in your local machine and run below commands to use this CLI tool.
[This](https://www.npmjs.com/package/lenz) software is distributed using NPM.

```bash
npm i -g lenz
```

### using GITHUB

You can clone this repo in your machine and run below commands to use this CLI tool.

Lets get into project directory

Expand Down

0 comments on commit ef23271

Please sign in to comment.