Skip to content

Commit

Permalink
Update README.md to use dart pub instead of pub
Browse files Browse the repository at this point in the history
The `pub` command no longer exist and users are therefore required to use `dart pub` instead for installation.
  • Loading branch information
julemand101 authored Aug 11, 2023
1 parent 20cc6d3 commit 0dc0641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dev_dependencies:
["activated"][activating].

```console
$ pub global activate webdev
$ dart pub global activate webdev
```

Learn more about activating and using packages [here][pub global].
Expand Down

0 comments on commit 0dc0641

Please sign in to comment.