We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76615bd commit ed63fa2Copy full SHA for ed63fa2
1 file changed
repositories/nests.md
@@ -68,7 +68,7 @@ jobs:
68
4. Update your <mark style="color:blue;">**README**</mark> to include a one-liner
69
70
```bash
71
-soar nest add github:owner/repo nestname
+soar nest add nestname github:owner/repo
72
```
73
74
* When performing operations, the **nest name** must be **prepended with `nest-`**.
@@ -81,8 +81,8 @@ soar nest add github:owner/repo nestname
81
Example:
82
83
84
- soar nest add https://example.com/metadata.json.zstd mynest
85
- soar nest add https://example.com/packages.db mynest
+ soar nest add mynest https://example.com/metadata.json.zstd
+ soar nest add mynest https://example.com/packages.db
86
87
88
{% hint style="warning" %}
0 commit comments