diff --git a/docs/04-get-started/01-installation.md b/docs/04-get-started/01-installation.md index 835e58c4..2a1b1f41 100644 --- a/docs/04-get-started/01-installation.md +++ b/docs/04-get-started/01-installation.md @@ -24,7 +24,7 @@ $ flutter doctor Serverpod is installed using the Dart package manager. To install Serverpod, run the following command in your terminal: ```txt -$ dart install serverpod_cli 4.0.0-beta.0 +$ dart install serverpod_cli 4.0.0-beta.1 ``` This command will install the Serverpod command-line interface (CLI) globally on your machine. You can verify the installation by running: diff --git a/docs/04-get-started/02-quickstart.md b/docs/04-get-started/02-quickstart.md index 542e612d..d2865ea3 100644 --- a/docs/04-get-started/02-quickstart.md +++ b/docs/04-get-started/02-quickstart.md @@ -31,7 +31,7 @@ $ flutter doctor Serverpod is installed using the Dart package manager. To install Serverpod, run the following command in your terminal: ```txt -$ dart install serverpod_cli 4.0.0-beta.0 +$ dart install serverpod_cli 4.0.0-beta.1 ``` Verify the installation by running: