From f0370e48669d762c67770018bfce36ff4708dfcd Mon Sep 17 00:00:00 2001 From: Amaan Ahmad Date: Thu, 24 Jun 2021 07:32:59 +0530 Subject: [PATCH] README updates --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a71b27e..90265b3 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@ hashnode-easy is a CLI that enables you to read hashnode blogs right from your t ## Setup -Method - 1 (using executable) +- run `yarn global add hashnode-easy` or `npm install -g hashnode-easy` +- now, run `hnez` from any terminal. -- Add the path of the execuatable file to environment variables. -- now from anywhere on a cmd, just type executable name to run that program. +## Usage -Methode - 2 (using yarn) - -- run `yarn global add hashnode-easy` or `npm i hashnode-easy -g` -- now, run `hashnode-easy` from any terminal. +- `help` to list commands +- `read` to start reading blogs +- `exit` to quit the CLI