better docs

This commit is contained in:
talksik
2023-07-05 16:29:48 -07:00
parent 9502270c45
commit 084db0bb5c
+5 -7
View File
@@ -1,14 +1,12 @@
# About
`rust-tldr-news` is a cli tool to get todays 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