Skip to content

Commit 257a21d

Browse files
Fixes.
1 parent 420ab08 commit 257a21d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/maintainer/adding_pkgs.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,13 @@ Step-by-step Instructions
5959
repository from GitHub.
6060
#. Checkout a new branch from the staged-recipes ``main`` branch.
6161
#. 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>``)
6363
#. Copy `meta.yml
6464
<https://github.com/conda-forge/staged-recipes/blob/master/recipes/
6565
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``).
6867
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
7069
:ref:`meta_yaml`.
7170
#. Generate the SHA256 key for your source code archive, as described in the
7271
example recipe using the ``openssl`` tool. As an alternative, you can also

0 commit comments

Comments
 (0)