diff --git a/README.md b/README.md index 6a50a942ea..21266030af 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ git submodule update --init --recursive --depth 1 To build the site in a container, run the following: ```bash +# You can set $CONTAINER_ENGINE to the name of any Docker-like container tool make container-serve ```