This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9eac034  Updated instructions for initialising submodules (#230)
9eac034 is described below

commit 9eac0344b30b30a3124461904653ed9ac3b00b87
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Feb 9 14:56:49 2020 +0100

    Updated instructions for initialising submodules (#230)
---
 README.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 7bb8845..8ee6d12 100644
--- a/README.md
+++ b/README.md
@@ -43,14 +43,12 @@ If you're a Macbook user, first install `coreutils`.
 ---
 
 The Docsy theme required for the site to work properly is included as a git 
submodule.
-Hence, to clone the repository correctly, run the following command:
 
-`git clone --recurse-submodules [email protected]:apache/airflow-site.git`
-
-or
-
-`git clone --recurse-submodules https://github.com/apache/airflow-site.git`
+This means that after you already cloned the repository, you need to update 
submodules
 
+```bash
+git submodule update --init --recursive
+```
 ---
 
 In order to build site, run script `<ROOT DIRECTORY>/site.sh build-site`.

Reply via email to