Skip to content

Commit

Permalink
Use dart pub add to add build_runner dependency (#3599)
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse authored Oct 18, 2023
1 parent 9fe0f98 commit ec7896c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build_runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ rebuilds are _incremental_ - inspired by tools such as [Bazel][].
## Installation

This package is intended to support development of Dart projects with
[`package:build`][]. In general, put it under [dev_dependencies][], in your
[`pubspec.yaml`][pubspec].
[`package:build`][]. In general, add it to your [`pubspec.yaml`][pubspec]
as a [dev_dependencies][] by running the following command.

```yaml
dev_dependencies:
build_runner:
```console
$ dart pub add dev:build_runner
```

## Usage
Expand Down

0 comments on commit ec7896c

Please sign in to comment.