We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9fd89 commit f0370e4Copy full SHA for f0370e4
README.md
@@ -4,12 +4,11 @@ hashnode-easy is a CLI that enables you to read hashnode blogs right from your t
4
5
## Setup
6
7
-Method - 1 (using executable)
+- run `yarn global add hashnode-easy` or `npm install -g hashnode-easy`
8
+- now, run `hnez` from any terminal.
9
-- Add the path of the execuatable file to environment variables.
10
-- now from anywhere on a cmd, just type executable name to run that program.
+## Usage
11
12
-Methode - 2 (using yarn)
13
-
14
-- run `yarn global add hashnode-easy` or `npm i hashnode-easy -g`
15
-- now, run `hashnode-easy` from any terminal.
+- `help` to list commands
+- `read` to start reading blogs
+- `exit` to quit the CLI
0 commit comments