Skip to content

Commit fbfa766

Browse files
authored
.
1 parent d5b62a1 commit fbfa766

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ $ dart run example/decorator.dart
2727
$ git clone https://github.com/TheDesignPatterns/Dart.git
2828
$ cd Dart
2929
$ podman run -it -v $PWD:/Dart -w /Dart docker.io/library/dart
30+
```
31+
From inside the running container:
32+
```
3033
$ dart run build_runner build
3134
$ dart test
3235
$ dart run example/decorator.dart

0 commit comments

Comments
 (0)