Skip to content

Commit 1550f09

Browse files
authored
Merge pull request #31 from extremq/patch-1
Update README.md to include the list and rm commands
2 parents c12a362 + e94fac2 commit 1550f09

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,23 @@ EOF
7070
cargo add --registry my-registry some-crate
7171
```
7272

73+
## Other Margo commands
74+
75+
You can omit the `--registry` argument by running the command in the
76+
registry directory directly.
77+
78+
### List the crates in the registry
79+
80+
```bash
81+
margo list --registry my-registry
82+
```
83+
84+
### Remove a crate
85+
86+
```bash
87+
margo rm --registry my-registry some-crate --version x.y.z
88+
```
89+
7390
## Key differences from Crates.io
7491

7592
- 💅 Does not impose file size limits

0 commit comments

Comments
 (0)