diff options
| author | Nathan Jaremko | 2019-02-24 19:28:44 -0500 | 
|---|---|---|
| committer | Nathan Jaremko | 2019-02-24 19:28:44 -0500 | 
| commit | 44fd58293585ada7bae51bd6ea3840f22e879416 (patch) | |
| tree | e685f78c762593d09a4797ef8b214da314d0e120 | |
| parent | ec84cdd94c14583dbc57a683fc5e511d48c594fd (diff) | |
| parent | 1ad09ff69aabe7715fb23bb4afae7fec2c8d1fe6 (diff) | |
| download | podcast-44fd58293585ada7bae51bd6ea3840f22e879416.tar.bz2 | |
Merge branch 'master' of github.com:njaremko/podcast
| -rw-r--r-- | README.md | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -22,9 +22,9 @@      - [ ] sh  - [ ] Searching for podcasts...(WIP) -By default, podcasts are downloaded to $HOME/Podcasts, but this folder can be set with the $PODCAST environmental variable. +By default, podcasts are downloaded to `$HOME/Podcasts`, but this folder can be set with the `$PODCAST` environmental variable. -How many latest episodes to download when subscibing to new podcasts can be set in the $PODCAST/.config YAML file +How many latest episodes to download when first subscibing to new podcasts can be set in the `$PODCAST/.config.yaml` YAML file  Downloads can be done a variety of ways: @@ -70,4 +70,4 @@ $ podcast completion  # Fish Shell Example  $ podcast completion fish > podcast.fish  $ sudo mv podcast.fish /usr/share/fish/completions -```
\ No newline at end of file +``` | 
