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

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
goulinkh committed Aug 20, 2020
1 parent 064c565 commit f30ff43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
*.dylib

# binary
podcast-cli
main
podcast-cli*
main*
!main.go

# Test binary, built with `go test -c`
*.test
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Fetch the [latest release](https://github.com/goulinkh/podcast-cli/releases)
#### Linux

```bash
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
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
sudo chmod +x /usr/local/bin/podcast-cli
```

#### OS X

```bash
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
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
sudo chmod +x /usr/local/bin/podcast-cli
```

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

### Keybindings

Expand Down

0 comments on commit f30ff43

Please sign in to comment.