aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 245bab0..cb8c713 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,13 @@
1# recipes 1# recipes
2Recipes for Ferdi. 2Recipes for Ferdi.
3 3
4Copyright on these recipes is on their original creators. \ No newline at end of file 4Copyright on these recipes is on their original creators.
5
6## Adding your own recipes
7After creating your own recipe using [Franz's guide](https://github.com/meetfranz/plugins/blob/master/docs/integration.md) you can add them to this repository.
8
91. Copy your recipe files into `scripts/recipe_src`
102. Open a terminal at `scripts/`
113. Run `yarn install` to install all dependencies
124. Run `yarn package` to package your new recipe
135. Create a PR to <https://github.com/getferdi/recipes> with your new changes \ No newline at end of file