Skip to content

Commit 61cca37

Browse files
committed
add note on docker
1 parent 6b571e2 commit 61cca37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ The minifed version has be to be installed manually though.
144144
Running tests requires:
145145

146146
- [busted with async test support](https://github.com/lipp/busted)
147-
- [Autobahn Testsuite](http://autobahn.ws/testsuite)
147+
- [Docker](http://www.docker.com)
148148

149149
```shell
150-
./test.sh
150+
docker build .
151151
```
152+
153+
The first run will take A WHILE.

0 commit comments

Comments
 (0)