From fd7b98138c854d8b637b6260f7f3c9cd43c68cd5 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 20 Jul 2021 23:21:34 +0200 Subject: [PATCH] doc: enhancement in README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dcd6c26..e395ff3 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ This will create a file `metadata.sh` that you need to edit accordingly to your It has the following variables: -+ TITLE: this is the podcast title -+ AUTHOR: this is the podcast author (doesn't support multiples authors yet) -+ SITE: base HTTP URL where your podcast will be available (for example `https://tilde.example/myname/podcast/` -+ RSSLINK: name of the RSS feed -+ IMAGE: if value is not empty, potcasse will use the file `logo.png` ++ `TITLE`: this is the podcast title ++ `AUTHOR`: this is the podcast author (doesn't support multiples authors yet) ++ `SITE`: base HTTP URL where your podcast will be available (for example `https://tilde.example/myname/podcast/` ++ `RSSLINK`: name of the RSS feed ++ `IMAGE`: if value is not empty, potcasse will use the file `logo.png` -You will share the link `$SITE/$RSSLINK` to your listeners. +You will share the link `$SITE/index.html` or `$SITE/$RSSLINK` to your listeners. ## New episode