diff --git a/CHANGELOG.md b/CHANGELOG.md index 474751e..1c35957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + ++ Fixed `git clone` instruction to include the hydrus server submodule + ## [2.3.0] - 2019-02-10 ### Changed diff --git a/README.md b/README.md index 0c848fa..091d1f0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ See [here][docker-hub-tags] for all the available version numbers/tags. Alternatively, you can clone this repository and build the image yourself: ```zsh -user@local:~$ git clone https://github.com/mserajnik/hydrus-server-docker.git +user@local:~$ git clone --recurse-submodules https://github.com/mserajnik/hydrus-server-docker.git user@local:~$ cd hydrus-server-docker user@local:hydrus-server-docker$ docker build . -t hydrus-server-docker ```