diff --git a/README.md b/README.md index e50e44ffd0..0856825e74 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ You have three options: 1. On your local machine, clone this repo and run our staging container: ```bash - git clone https://github.com/docker/docker.github.io.git + git clone --recursive https://github.com/docker/docker.github.io.git cd docker.github.io docker-compose up ``` @@ -134,7 +134,7 @@ You have three options: a. Clone this repo by running: ```bash - git clone https://github.com/docker/docker.github.io.git + git clone --recursive https://github.com/docker/docker.github.io.git ``` b. Install Ruby 2.3 or later as described in [Installing Ruby](https://www.ruby-lang.org/en/documentation/installation/). diff --git a/apidocs/cloud-api-source/README.md b/apidocs/cloud-api-source/README.md index 7b96c777a0..658f86b1e4 100644 --- a/apidocs/cloud-api-source/README.md +++ b/apidocs/cloud-api-source/README.md @@ -11,7 +11,7 @@ If you find a typo or mismatch between the API and this documentation, please se To run it locally: ```none -$ git clone https://github.com/docker/docker.github.io.git +$ git clone --recursive https://github.com/docker/docker.github.io.git $ make release ```