Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit f30ff43

Browse files
committed
Readme update
1 parent 064c565 commit f30ff43

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
*.dylib
77

88
# binary
9-
podcast-cli
10-
main
9+
podcast-cli*
10+
main*
11+
!main.go
1112

1213
# Test binary, built with `go test -c`
1314
*.test

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Fetch the [latest release](https://github.com/goulinkh/podcast-cli/releases)
1515
#### Linux
1616

1717
```bash
18-
sudo wget https://github.com/goulinkh/podcast-cli/releases/download/1.2.0/podcast-cli-1.2.0-linux-amd64 -O /usr/local/bin/podcast-cli
18+
sudo wget https://github.com/goulinkh/podcast-cli/releases/download/1.3.0/podcast-cli-1.3.0-linux-amd64 -O /usr/local/bin/podcast-cli
1919
sudo chmod +x /usr/local/bin/podcast-cli
2020
```
2121

2222
#### OS X
2323

2424
```bash
25-
sudo curl -Lo /usr/local/bin/podcast-cli https://github.com/goulinkh/podcast-cli/releases/download/1.2.0/podcast-cli-1.2.0-darwin-amd64
25+
sudo curl -Lo /usr/local/bin/podcast-cli https://github.com/goulinkh/podcast-cli/releases/download/1.3.0/podcast-cli-1.3.0-darwin-amd64
2626
sudo chmod +x /usr/local/bin/podcast-cli
2727
```
2828

@@ -35,6 +35,8 @@ sudo chmod +x /usr/local/bin/podcast-cli
3535
| ------------------------ | ------------------------------------------- |
3636
| `-h or --help` | Print help information |
3737
| `-s or --search <query>` | List podcasts that matches the search query |
38+
| `-r or --rss <query>` | Custom podcast rss url source |
39+
| `-o or --offset <query>` | Play episode number |
3840

3941
### Keybindings
4042

0 commit comments

Comments
 (0)