From e2c0ef8f9f128b0ae0d96f14cff0f64226aed6d5 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Thu, 16 Apr 2020 09:59:36 +0200 Subject: Switch from yarn to npm --- 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 7342495..174ba02 100644 --- a/docs/integration.md +++ b/docs/integration.md @@ -144,8 +144,8 @@ To add your own recipe to the repository: - If you already uploaded the recipe to GitHub: 1. Fork https://github.com/getferdi/recipes and clone it to your computer 2. Open a terminal in the `scripts/` folder of that repository - 3. Run `yarn install` to install all dependencies - 4. Run `yarn github [GitHub URL]`, e.g. `yarn github https://github.com/vantezzen/franz-recipe-standardnotes`, to add your new recipe + 3. Run `npm install` to install all dependencies + 4. Run `npm run github [GitHub URL]`, e.g. `npm run github https://github.com/vantezzen/franz-recipe-standardnotes`, to add your new recipe 5. Create a PR to with your new changes - If you don't have it uploaded it GitHub: @@ -153,6 +153,6 @@ To add your own recipe to the repository: 1. Fork https://github.com/getferdi/recipes and clone it to your computer 2. Copy your recipe files into `scripts/recipe_src` 3. Open a terminal at `scripts/` - 4. Run `yarn install` to install all dependencies - 5. Run `yarn package` to package your new recipe + 4. Run `npm install` to install all dependencies + 5. Run `npm run package` to package your new recipe 6. Create a PR to with your new changes -- cgit v1.2.3-70-g09d2