Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dam5s authored Oct 5, 2023
1 parent 3c298b0 commit 652602b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ This is a small cyclic dependency checker for Dart projects.
From inside one of your Dart projects

```
dart pub add cyclic_dependency_checks --git-url=https://github.com/dam5s/cyclic_dependency_checks.git --git-ref=release/0.1.0
dart pub add cyclic_dependency_checks --git-url=https://github.com/dam5s/cyclic_dependency_checks.git --git-ref=release/0.2.0
```

## Running it

Again, from inside your Dart project

```
dart run cyclic_dependency_checks .
dart run cyclic_dependency_checks
```

0 comments on commit 652602b

Please sign in to comment.