File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,13 @@ Step-by-step Instructions
59
59
repository from GitHub.
60
60
#. Checkout a new branch from the staged-recipes ``main `` branch.
61
61
#. Through CLI, cd inside the 'staged-recipes/recipes' directory.
62
- #. Within your forked copy, create a new folder in the recipes folder, for your package. ``...staged-recipes/recipes/<name-of-package> ``
62
+ #. Within your forked copy, create a new folder in the recipes folder for your package (i.e, ``...staged-recipes/recipes/<name-of-package> ``)
63
63
#. Copy `meta.yml
64
64
<https://github.com/conda-forge/staged-recipes/blob/master/recipes/
65
65
example/meta.yaml> `_ from the example directory.
66
- All the changes in the following steps will happen in the COPIED meta.yaml i.e
67
- ``...staged-recipes/recipes/<name-of-package>/meta.yaml ``
66
+ All the changes in the following steps will happen in the COPIED meta.yaml (i.e., ``...staged-recipes/recipes/<name-of-package>/meta.yaml ``).
68
67
Please leave the example directory unchanged!
69
- #. Modify the copied recipe (meta.yml) as needed. To see how to modify meta.yaml take a look at
68
+ #. Modify the copied recipe (meta.yml) as needed. To see how to modify meta.yaml, take a look at
70
69
:ref: `meta_yaml `.
71
70
#. Generate the SHA256 key for your source code archive, as described in the
72
71
example recipe using the ``openssl `` tool. As an alternative, you can also
You can’t perform that action at this time.
0 commit comments