From 476386fb5b514727baf8c39deaa74c255b2e0e81 Mon Sep 17 00:00:00 2001 From: dgrove Date: Wed, 18 Mar 2015 12:26:51 -0700 Subject: [PATCH] Update DEVELOPER.md pub install is the old deprecated command, pub get is the correct command. Closes #1003 --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 7d2d80c05c..080e7bbe40 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -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