Update DEVELOPER.md
pub install is the old deprecated command, pub get is the correct command. Closes #1003
This commit is contained in:
parent
52bf0def4e
commit
476386fb5b
|
@ -100,7 +100,7 @@ npm install
|
|||
$(npm bin)/webdriver-manager update
|
||||
|
||||
# Install Dart packages
|
||||
pub install
|
||||
pub get
|
||||
```
|
||||
|
||||
**Optional**: In this document, we make use of project local `npm` package scripts and binaries
|
||||
|
|
Loading…
Reference in New Issue