Skip to content

Commit

Permalink
Merge pull request #28 from mauricerenck/develop
Browse files Browse the repository at this point in the history
chore: readme updates
  • Loading branch information
mauricerenck authored Jul 5, 2019
2 parents b0194e2 + 59a8728 commit e96f089
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ You can now see your download stats in the panel. This currently works only, if
## Installation

- `composer require mauricerenck/podcaster`
- unzip [master.zip](https://github.com/mauricerenck/kirby-podcaster/releases/latest) as folder `site/plugins/podcaster`
- `git submodule add https://github.com/mauricerenck/kirby-podcaster.git site/plugins/podcaster`
- unzip [master.zip](https://github.com/mauricerenck/kirby-podcaster/releases/latest) as folder `site/plugins/kirby-podcaster`
- `git submodule add https://github.com/mauricerenck/kirby-podcaster.git site/plugins/kirby-podcaster`

### Create RSS-Feed
Log into the panel and go to the folder containing your podcast episodes. Add a new unlisted page and name it `feed` using the template `podcasterfeed`. Please note that there is a problem, the template currently doesn't appear in the template list, so you have to add or change it by hand, naming the markdown-file `podcasterfeed`. The feed can then be edited in the panel.
Expand Down
3 changes: 3 additions & 0 deletions developers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# create a production build

`composer install --no-dev --optimize-autoloader`

0 comments on commit e96f089

Please sign in to comment.