Skip to content

Commit b5c5cd7

Browse files
authored
fix: dart run command path in installation guide (#4)
1 parent 0eaefa8 commit b5c5cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/guide/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Finally, you can run your application with the following command.
152152
:::code-group auto
153153

154154
```bash
155-
dart run src/main.dart
155+
dart run bin/main.dart
156156
```
157157

158158
:::

0 commit comments

Comments
 (0)