We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f5a1d commit 5e8d1c3Copy full SHA for 5e8d1c3
1 file changed
rust/patchable/README.md
@@ -69,7 +69,7 @@ git status
69
If you're adding a completely new product, start by creating the product directory with `mkdir product-name`.
70
Note that you can also create dependencies in subdirectories, like `product-name/my-dependency` or `shared/my-dependency`.
71
Next, create a `Dockerfile` and a `boil-config.toml` file in that directory.
72
-Then create a fork on GitHub (main branch is fine, patchable ensures tags for configured versions are mirrored).
+Then create a fork on GitHub (the default branch, like `main`, is fine - patchable ensures tags for configured versions are mirrored).
73
74
Initialize the product-level config by running:
75
0 commit comments