From e521ba51b6c9202da7f434eacf5c32bdfd649f71 Mon Sep 17 00:00:00 2001 From: Viktor Lidholt Date: Fri, 4 Sep 2026 07:56:30 +0200 Subject: [PATCH] chore: Updates quickstart to rc.1. --- docs/04-get-started/02-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/04-get-started/02-quickstart.md b/docs/04-get-started/02-quickstart.md index d2865ea3..57c759aa 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.1 +$ dart install serverpod_cli 4.0.0-rc.1 ``` Verify the installation by running: