23 lines
307 B
Markdown
23 lines
307 B
Markdown
# About
|
||
|
||
`rust-tldr-news` is a cli tool to get today’s news via terminal.
|
||
|
||
# Installation
|
||
|
||
### Git clone
|
||
|
||
run `./main` or `cargo run`
|
||
|
||
### Improved version later on
|
||
|
||
```bash
|
||
curl ... | sh
|
||
```
|
||
|
||
- puts path variable automatically
|
||
- shows list of commands
|
||
|
||
# Usage
|
||
|
||
Show me today’s news: `rust-tldr today`
|