Skip to content

Commit c0feb4a

Browse files
authored
Creating a new recipe: Fix command guidance (AerynOS#80)
Fix an error where we reference "boulder recipe update" instead of boulder recipe new"
1 parent acf5bf9 commit c0feb4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/Packaging/Workflow/creating-a-new-recipe.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The Nano "bleeding edge" page lists the following tools you should keep in mind:
5656
We use `boulder` to help create the recipe using the `boulder recipe new` command. This command will generate a skeleton recipe for you to fill in. `boulder` will read the contents of the source code of the package you are trying to add and automatically create a `stone.yaml` recipe file and a `monitoring.yaml` file.
5757

5858
```bash
59-
boulder recipe update "upstream URL"
59+
boulder recipe new "upstream URL"
6060
```
6161

6262
In the example of Nano, to create a recipe based on version 8.7, you would use the following command:

0 commit comments

Comments
 (0)