This repository was archived by the owner on Jun 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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/v0.1.1 /podcast-cli-0.1.1 -linux-amd64 -O /usr/local/bin/podcast-cli
18+ sudo wget https://github.com/goulinkh/podcast-cli/releases/download/v1.0.0 /podcast-cli-1.0.0 -linux-amd64 -O /usr/local/bin/podcast-cli
1919sudo 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/v0.1.1 /podcast-cli-0.1.1 -darwin-amd64
25+ sudo curl -Lo /usr/local/bin/podcast-cli https://github.com/goulinkh/podcast-cli/releases/download/v1.0.0 /podcast-cli-1.0.0 -darwin-amd64
2626sudo chmod +x /usr/local/bin/podcast-cli
2727```
2828
@@ -46,10 +46,9 @@ sudo chmod +x /usr/local/bin/podcast-cli
4646| ` Right ` | +10s |
4747| ` Left ` | -10s |
4848| ` q ` | Exit |
49- | ` s ` | SEARCH |
5049
5150
5251## Issues
5352
5453* Unable to get audio length of a remote content, I have to download the audio file before playing it
55- * Bad Podcasts API, I have to make a free access API or find a better one
54+
You can’t perform that action at this time.
0 commit comments