From 155427243e31d762627d40850fd5130815052ab5 Mon Sep 17 00:00:00 2001 From: Satyam Raj Date: Tue, 2 Jul 2024 00:59:01 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5adfd62..30e54e2 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ This Go script fetches the top stories from Hacker News, selects a random story, - Go 1.16 or later -## Installation - -1. Clone the repository: `git clone github.com/stym06/hackernews-bot.git && cd hackernews-bot` -2. Run `make build` -3. Run `source ~/.zshrc` +## Quickstart +``` +git clone github.com/stym06/hackernews-bot.git && cd hackernews-bot +make build +source ~/.zshrc +``` ## Usage When you run `hn` command now, it will open up Chrome with a random story from HackerNews