adding in readme
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/target
|
||||
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "rust-tldr-news"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1,22 @@
|
||||
# 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`
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user