Skip to content

Commit

Permalink
chore: updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
slush committed Sep 17, 2024
1 parent 98982c1 commit 07a7c38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/userguides/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,16 @@ project.dependencies.install(

### uninstall

Remove previously installed packages using the `uninstall` command:
Remove previously installed packages using the `uninstall` command, providing it either the dependency's name or package_id:

```shell
ape pm uninstall OpenZeppelin
```

```shell
ape pm uninstall OpenZeppelin/openzeppelin-contracts
```

If there is a single version installed, the command will remove the single version.
If multiple versions are installed, pass additional arguments specifying the version(s) to be removed:

Expand Down

0 comments on commit 07a7c38

Please sign in to comment.