From fc58230e6d229acb0573fc10b6fc4fd451c87c9c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 17 Apr 2022 01:38:50 +0530 Subject: Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2) --- docs/integration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/integration.md') diff --git a/docs/integration.md b/docs/integration.md index 9e9a547..1115454 100644 --- a/docs/integration.md +++ b/docs/integration.md @@ -6,9 +6,9 @@ A Ferdi recipe is basically nothing else than a node module and is currently ini > ℹ️ New to Ferdi recipes and Electron? Then we recommend you read Jake Lee's ["Super simple guide to adding a new Ferdi service recipe"](https://blog.jakelee.co.uk/super-simple-guide-to-adding-a-new-ferdi-service-recipe/) which gives you an easy step-by-step guide on how to create and publish your recipe! -> ℹ️ If you have any problems packaging your recipes, if you are inexperienced with the tools used or have any other problems, we are here to help! Just open a new issue at https://github.com/getferdi/recipes/issues/new and we can help you develop, test and publish your recipe +> ℹ️ If you have any problems packaging your recipes, if you are inexperienced with the tools used or have any other problems, we are here to help! Just open a new issue at https://github.com/ferdium/ferdium-recipes/issues/new and we can help you develop, test and publish your recipe -> If you want to update an existing recipe, please refer to [updating.md](https://github.com/getferdi/recipes/blob/master/docs/updating.md) instead +> If you want to update an existing recipe, please refer to [updating.md](https://github.com/ferdium/ferdium-recipes/blob/master/docs/updating.md) instead ## Table of Contents @@ -34,7 +34,7 @@ We have also created a nice script that already does 50% of the work for you - y ## Create a recipe 1. Fork this repository on GitHub. You can do this by clicking the "Fork" button in the top right corner -2. Clone your forked repository. Normally, you can do this by running `git clone https://github.com//recipes.git` in your terminal. You may also use a Git GUI or the GitHub Website for this. +2. Clone your forked repository. Normally, you can do this by running `git clone https://github.com//ferdium-recipes.git` in your terminal. You may also use a Git GUI or the GitHub Website for this. 3. (Optional, if you want to use our creation script) Install its dependencies via the terminal: ```Bash @@ -212,7 +212,7 @@ In order to debug your service integration, open Ferdi and use the shortcut `Cmd ## Publishing -Ferdi uses its recipe repository at to publish recipes to all clients. +Ferdi uses its recipe repository at to publish recipes to all clients. Publishing your recipes to Ferdi is super easy! When you used our recipe creation script, we have created a folder for your recipe inside Ferdi's internal folders (the one that got automatically opened after you ran our script). -- cgit v1.2.3-70-g09d2