Skip to content

Commit 0dc9519

Browse files
authored
Clarify Dart getting started steps (#2087)
1 parent 589b439 commit 0dc9519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dart/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We recommend using small runtime images that leverage Dart's support for ahead-o
1010

1111
### Creating a Dart server app
1212

13-
After installing the Dart SDK, use the `dart` command to create a new server app:
13+
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:
1414

1515
```shell
1616
$ dart create -t server-shelf myserver

0 commit comments

Comments
 (0)