updates README
This commit is contained in:
parent
0d920e315e
commit
84a16d5478
1 changed files with 19 additions and 7 deletions
26
README.md
26
README.md
|
|
@ -12,14 +12,26 @@ go install ...
|
|||
|
||||
## Usage
|
||||
|
||||
...
|
||||
### Add a RSS feed or youtube channel
|
||||
|
||||
## Commands
|
||||
```sh
|
||||
freed add
|
||||
```
|
||||
|
||||
...
|
||||
### List all feeds
|
||||
|
||||
## TODO
|
||||
```sh
|
||||
freed ls
|
||||
```
|
||||
|
||||
- [ ] Document usage after commands are set up
|
||||
- [ ] Decide on and document installation process
|
||||
- [ ] Add command documentation to README
|
||||
### Show a feed entry for the day
|
||||
|
||||
```sh
|
||||
freed today
|
||||
```
|
||||
|
||||
### Sync the added feeds
|
||||
|
||||
```sh
|
||||
freed sync
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue