aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar langdon <langd0n@bu.edu>2022-07-23 21:50:40 -0400
committerLibravatar GitHub <noreply@github.com>2022-07-24 01:50:40 +0000
commit12541cd1ae99414099b772dec3ae84a36a826d96 (patch)
treeb29c416d990ed4e87199cae67f65f2559301b2c7 /docs
parentci: add lint and prettier to the pr checks (#127) (diff)
downloadferdium-recipes-12541cd1ae99414099b772dec3ae84a36a826d96.tar.gz
ferdium-recipes-12541cd1ae99414099b772dec3ae84a36a826d96.tar.zst
ferdium-recipes-12541cd1ae99414099b772dec3ae84a36a826d96.zip
docs: fix pnpm instructions to create a new recipe [skip ci] (#131)
Diffstat (limited to 'docs')
-rw-r--r--docs/integration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/integration.md b/docs/integration.md
index 843597c..fa3949a 100644
--- a/docs/integration.md
+++ b/docs/integration.md
@@ -45,10 +45,10 @@ pnpm i
45 45
46```Bash 46```Bash
47# Make sure you are still in the repository's folder 47# Make sure you are still in the repository's folder
48pnpm create "Service Name" 48pnpm run create "Service Name"
49``` 49```
50 50
51Replace `Service Name` with the name of your service, e.g. `pnpm create "Google Hangouts"`. 51Replace `Service Name` with the name of your service, e.g. `pnpm run create "Google Hangouts"`.
52This command will automatically create the development recipe in the correct folder, prepares it for your service and opens the new recipe in your file explorer or Finder. 5. Reload Ferdium (`CMD/CTRL + SHIFT + R`) in order for it to register the new recipe 6. You can now develop your recipe as described below. Please continue down below with "[Publishing](#Publishing)" after you are done creating your recipe. 52This command will automatically create the development recipe in the correct folder, prepares it for your service and opens the new recipe in your file explorer or Finder. 5. Reload Ferdium (`CMD/CTRL + SHIFT + R`) in order for it to register the new recipe 6. You can now develop your recipe as described below. Please continue down below with "[Publishing](#Publishing)" after you are done creating your recipe.
53 53
545. (Mandatory) Please run the following step before raising a PR: 545. (Mandatory) Please run the following step before raising a PR: