aboutsummaryrefslogtreecommitdiffstats
path: root/docs/integration.md
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-04-16 09:59:36 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2020-04-16 09:59:36 +0200
commite2c0ef8f9f128b0ae0d96f14cff0f64226aed6d5 (patch)
treefc2ae83bf79ac5e68ca7fa1f0b930ce51f0360d8 /docs/integration.md
parentMerge branch 'master' of https://github.com/getferdi/recipes (diff)
downloadferdium-recipes-e2c0ef8f9f128b0ae0d96f14cff0f64226aed6d5.tar.gz
ferdium-recipes-e2c0ef8f9f128b0ae0d96f14cff0f64226aed6d5.tar.zst
ferdium-recipes-e2c0ef8f9f128b0ae0d96f14cff0f64226aed6d5.zip
Switch from yarn to npm
Diffstat (limited to 'docs/integration.md')
-rw-r--r--docs/integration.md8
1 files changed, 4 insertions, 4 deletions
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:
144- If you already uploaded the recipe to GitHub: 144- If you already uploaded the recipe to GitHub:
145 1. Fork https://github.com/getferdi/recipes and clone it to your computer 145 1. Fork https://github.com/getferdi/recipes and clone it to your computer
146 2. Open a terminal in the `scripts/` folder of that repository 146 2. Open a terminal in the `scripts/` folder of that repository
147 3. Run `yarn install` to install all dependencies 147 3. Run `npm install` to install all dependencies
148 4. Run `yarn github [GitHub URL]`, e.g. `yarn github https://github.com/vantezzen/franz-recipe-standardnotes`, to add your new recipe 148 4. Run `npm run github [GitHub URL]`, e.g. `npm run github https://github.com/vantezzen/franz-recipe-standardnotes`, to add your new recipe
149 5. Create a PR to <https://github.com/getferdi/recipes> with your new changes 149 5. Create a PR to <https://github.com/getferdi/recipes> with your new changes
150 150
151- If you don't have it uploaded it GitHub: 151- If you don't have it uploaded it GitHub:
@@ -153,6 +153,6 @@ To add your own recipe to the repository:
153 1. Fork https://github.com/getferdi/recipes and clone it to your computer 153 1. Fork https://github.com/getferdi/recipes and clone it to your computer
154 2. Copy your recipe files into `scripts/recipe_src` 154 2. Copy your recipe files into `scripts/recipe_src`
155 3. Open a terminal at `scripts/` 155 3. Open a terminal at `scripts/`
156 4. Run `yarn install` to install all dependencies 156 4. Run `npm install` to install all dependencies
157 5. Run `yarn package` to package your new recipe 157 5. Run `npm run package` to package your new recipe
158 6. Create a PR to <https://github.com/getferdi/recipes> with your new changes 158 6. Create a PR to <https://github.com/getferdi/recipes> with your new changes