From 59a87285046a263a17b2279ecf4674d81e43bd26 Mon Sep 17 00:00:00 2001
From: Maurice Renck <work@maurice-renck.de>
Date: Fri, 5 Jul 2019 11:17:30 +0200
Subject: [PATCH] chore: readme updates

---
 README.md     | 4 ++--
 developers.md | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 developers.md

diff --git a/README.md b/README.md
index da082f3..e5087aa 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/developers.md b/developers.md
new file mode 100644
index 0000000..21175b7
--- /dev/null
+++ b/developers.md
@@ -0,0 +1,3 @@
+# create a production build
+
+`composer install --no-dev --optimize-autoloader`
\ No newline at end of file