Skip to content

Commit 3a7a379

Browse files
committed
Added bit about docker
1 parent 7a31bfd commit 3a7a379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ sh ./bin/run_tests.sh
2323

2424
Compilation should take a minute or two. `run_tests.sh` will execute a few hundred tests written in Vaquero. This should give the user a feel for whether the compilation worked.
2525

26+
Or you can build an image from the Dockerfile, if you're into that sort of thing. It will boot into a repl with `docker run -it lang/vaquero`.
27+
2628
```bash
2729
home> ./vaquero
2830

0 commit comments

Comments
 (0)