aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNathan Jaremko2019-02-24 19:20:32 -0500
committerGitHub2019-02-24 19:20:32 -0500
commit1ad09ff69aabe7715fb23bb4afae7fec2c8d1fe6 (patch)
tree261f365a9b2342d35cbcd1d095135cb358ffbd42 /README.md
parente80219b5a569a8745fe6423eaeb4f4d8caf03924 (diff)
downloadpodcast-1ad09ff69aabe7715fb23bb4afae7fec2c8d1fe6.tar.bz2
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0915094..a583328 100644
--- a/README.md
+++ b/README.md
@@ -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
+```