Add step to build docker-compose in readme (#343)

This commit is contained in:
Jonathan Zernik 2020-10-29 16:19:08 -04:00 committed by GitHub
parent 99ddc2df77
commit add72380ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ Node for Squeak protocol
- Start the squeak server:
```
$ cd docker
$ docker-compose build
$ docker-compose up
```