Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Checks if your dependencies are up to date in your `pubspec.yaml`.
# :book: Installation

```shell
pub global activate dep_check
flutter pub global activate dep_check
```

In your desired project go and enter.

```shell
pub global run dep_check
flutter pub global run dep_check
```