Skip to content

Commit ef23271

Browse files
committed
added npm command for installation
1 parent fd98145 commit ef23271

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,17 @@ And you need to have NodeJS( >10.X ).
3434

3535
## installation
3636

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

39-
In the mean time, you can try to clone this repo in your local machine and run below commands to use this CLI tool.
39+
[This](https://www.npmjs.com/package/lenz) software is distributed using NPM.
40+
41+
```bash
42+
npm i -g lenz
43+
```
44+
45+
### using GITHUB
46+
47+
You can clone this repo in your machine and run below commands to use this CLI tool.
4048

4149
Lets get into project directory
4250

0 commit comments

Comments
 (0)