Skip to content

Commit ed63fa2

Browse files
authored
update nest arguments order
1 parent 76615bd commit ed63fa2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

repositories/nests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
4. Update your <mark style="color:blue;">**README**</mark> to include a one-liner
6969

7070
```bash
71-
soar nest add github:owner/repo nestname
71+
soar nest add nestname github:owner/repo
7272
```
7373

7474
* When performing operations, the **nest name** must be **prepended with `nest-`**.
@@ -81,8 +81,8 @@ soar nest add github:owner/repo nestname
8181
Example:
8282

8383
```bash
84-
soar nest add https://example.com/metadata.json.zstd mynest
85-
soar nest add https://example.com/packages.db mynest
84+
soar nest add mynest https://example.com/metadata.json.zstd
85+
soar nest add mynest https://example.com/packages.db
8686
```
8787

8888
{% hint style="warning" %}

0 commit comments

Comments
 (0)