We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd98145 commit ef23271Copy full SHA for ef23271
README.md
@@ -34,9 +34,17 @@ And you need to have NodeJS( >10.X ).
34
35
## installation
36
37
-I've planned to distribute this software using NPM, which is yet to be done.
+### using NPM
38
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.
+[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.
48
49
Lets get into project directory
50
0 commit comments