From 12541cd1ae99414099b772dec3ae84a36a826d96 Mon Sep 17 00:00:00 2001 From: langdon Date: Sat, 23 Jul 2022 21:50:40 -0400 Subject: docs: fix pnpm instructions to create a new recipe [skip ci] (#131) --- docs/integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/integration.md') 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 ```Bash # Make sure you are still in the repository's folder -pnpm create "Service Name" +pnpm run create "Service Name" ``` -Replace `Service Name` with the name of your service, e.g. `pnpm create "Google Hangouts"`. +Replace `Service Name` with the name of your service, e.g. `pnpm run create "Google Hangouts"`. This 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. 5. (Mandatory) Please run the following step before raising a PR: -- cgit v1.2.3-54-g00ecf