Fix typo for missing 'make' command

This commit is contained in:
Arthur Barr
2018-02-12 16:44:39 +00:00
parent 3f4dd2dd3a
commit 40c7ab927e

View File

@@ -22,7 +22,7 @@ MQ_VERSION=9.0.4.0 make build-advancedserver
If you have an MQ archive file with a different file name, you can specify a particular file (which must be in the `downloads` directory). You should also specify the MQ version, so that the resulting image is tagged correctly, for example: If you have an MQ archive file with a different file name, you can specify a particular file (which must be in the `downloads` directory). You should also specify the MQ version, so that the resulting image is tagged correctly, for example:
```bash ```bash
MQ_ARCHIVE=mq-1.2.3.4.tar.gz MQ_VERSION=1.2.3.4 build-advancedserver MQ_ARCHIVE=mq-1.2.3.4.tar.gz MQ_VERSION=1.2.3.4 make build-advancedserver
``` ```
## Building a developer image ## Building a developer image