Fix readme

This commit is contained in:
David Baker 2019-12-13 12:18:32 +00:00
parent 6def288521
commit c9be601c7f

3
README
View file

@ -60,7 +60,8 @@ This will do a couple of things:
You can also build using docker, which will always produce the linux package: You can also build using docker, which will always produce the linux package:
``` ```
yarn run dockerbuild yarn run docker:install
yarn run docker:build
``` ```
After running, the packages should be in `dist/`. After running, the packages should be in `dist/`.