1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-05-17 02:53:21 +12:00

fix: Fix git clone instruction to include the hydrus server submodule

This commit is contained in:
Michael Serajnik 2019-02-10 00:36:04 +01:00
parent dd008bec25
commit 951a695039
No known key found for this signature in database
GPG key ID: B390A5CBA3ECB74D
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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
```