Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/04-get-started/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/04-get-started/02-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading