We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589b439 commit 0dc9519Copy full SHA for 0dc9519
dart/content.md
@@ -10,7 +10,7 @@ We recommend using small runtime images that leverage Dart's support for ahead-o
10
11
### Creating a Dart server app
12
13
-After installing the Dart SDK, use the `dart` command to create a new server app:
+After [installing](https://dart.dev/get-dart) the Dart SDK, version 2.14 or later, use the `dart` command to create a new server app:
14
15
```shell
16
$ dart create -t server-shelf myserver
0 commit comments