Skip to content

Commit 476386f

Browse files
dgrovemhevery
authored andcommitted
Update DEVELOPER.md
pub install is the old deprecated command, pub get is the correct command. Closes angular#1003
1 parent 52bf0de commit 476386f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ npm install
100100
$(npm bin)/webdriver-manager update
101101

102102
# Install Dart packages
103-
pub install
103+
pub get
104104
```
105105

106106
**Optional**: In this document, we make use of project local `npm` package scripts and binaries

0 commit comments

Comments
 (0)