From 084db0bb5c3663a1b2c3b2ff6e9ab403357f2a33 Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 5 Jul 2023 16:29:48 -0700 Subject: [PATCH] better docs --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 602dc81..23ddc2b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # About -`rust-tldr-news` is a cli tool to get today’s news via terminal. +`tldr-news` is a cli tool to get the latest tech tldr news. # Installation - -### Git clone -NOTE: you must have rust installed: https://www.rust-lang.org/tools/install - -1. clone repo -2. run `cargo run` +``` +cargo install tldr-news +``` +OR clone repo and run `cargo run` # Usage