aboutsummaryrefslogtreecommitdiffstats
path: root/docs/updating.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 06:51:50 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 06:51:50 -0500
commit18801ed0c02627e87639dc0848cab44dacc18be2 (patch)
tree15e56ba66c68bf7b4594e6c9fdef44e037b4be31 /docs/updating.md
parentRemove deprecated webPreference flag (diff)
downloadferdium-recipes-18801ed0c02627e87639dc0848cab44dacc18be2.tar.gz
ferdium-recipes-18801ed0c02627e87639dc0848cab44dacc18be2.tar.zst
ferdium-recipes-18801ed0c02627e87639dc0848cab44dacc18be2.zip
Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)
Diffstat (limited to 'docs/updating.md')
-rw-r--r--docs/updating.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/updating.md b/docs/updating.md
index f840f50..b5d35c3 100644
--- a/docs/updating.md
+++ b/docs/updating.md
@@ -4,16 +4,16 @@ If you want to improve or update an existing recipe, please follow this guide.
4 4
5## 1. Implement your updates 5## 1. Implement your updates
6 6
7We highly suggest that you implement and test your updates to the recipe inside Ferdi before implementing them into the recipe repository. This will save you time on debugging and repackaging the recipe later. 7We highly suggest that you implement and test your updates to the recipe inside Ferdium before implementing them into the recipe repository. This will save you time on debugging and repackaging the recipe later.
8 8
9You can find the recipe source Ferdi uses at: 9You can find the recipe source Ferdium uses at:
10 * Mac: `~/Library/Application Support/Ferdium/recipes/<recipe id>/` 10 * Mac: `~/Library/Application Support/Ferdium/recipes/<recipe id>/`
11 * Windows: `%appdata%/Ferdium/recipes/<recipe id>/` 11 * Windows: `%appdata%/Ferdium/recipes/<recipe id>/`
12 * Linux: `~/.config/Ferdium/recipes/<recipe id>` 12 * Linux: `~/.config/Ferdium/recipes/<recipe id>`
13 13
14> If you can't find the recipe's folder, please make sure that you have created a service inside Ferdi with that recipe - otherwise Ferdi will not load it into the folder 14> If you can't find the recipe's folder, please make sure that you have created a service inside Ferdium with that recipe - otherwise Ferdium will not load it into the folder
15 15
16After changing the files in that folder, you can reload the service inside Ferdi using `CTRL/CMD + R`. 16After changing the files in that folder, you can reload the service inside Ferdium using `CTRL/CMD + R`.
17 17
18## 2. Setting up the recipe repository 18## 2. Setting up the recipe repository
19 19
@@ -27,7 +27,7 @@ Simply add your changes to the recipe inside this repository.
27 27
28You'll need to increase the version number inside recipe's `package.json`. 28You'll need to increase the version number inside recipe's `package.json`.
29 29
30Ferdi uses this version to determine if it should update the local copy of the recipe. If you do not increase the version number, no Ferdi user will get your updated recipe 😔 30Ferdium uses this version to determine if it should update the local copy of the recipe. If you do not increase the version number, no Ferdium user will get your updated recipe 😔
31 31
32## 5. Running the validation checks 32## 5. Running the validation checks
33 33