From 0dc06412a46807979636c89090b930bd5377e713 Mon Sep 17 00:00:00 2001 From: Jacob Bang Date: Fri, 11 Aug 2023 11:30:49 +0200 Subject: [PATCH] Update README.md to use `dart pub` instead of `pub` The `pub` command no longer exist and users are therefore required to use `dart pub` instead for installation. --- webdev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webdev/README.md b/webdev/README.md index ee547378d..6040c6217 100644 --- a/webdev/README.md +++ b/webdev/README.md @@ -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].