Skip to content

Commit af9682e

Browse files
authored
Update README.md to include the list and rm commands
1 parent c12a362 commit af9682e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

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

73+
### List the crates in the registry
74+
75+
```bash
76+
# You can also omit --registry by running the command in the registry directory directly
77+
margo list --registry my-registry-directory
78+
```
79+
80+
### Remove a crate
81+
82+
```bash
83+
margo rm --registry my-registry-directory some-crate --version x.y.z
84+
```
85+
7386
## Key differences from Crates.io
7487

7588
- 💅 Does not impose file size limits

0 commit comments

Comments
 (0)