From 7177828b31c287708f978094c0057cb409d069f2 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Thu, 2 Feb 2023 09:30:41 +0000 Subject: [PATCH] neater submodules --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9436d3c16..1089e7f7f 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,8 @@ This repository hosts the documentation for [n8n](https://n8n.io/), an extendabl 2. Then run these commands: ```bash - git clone git@github.com:n8n-io/n8n-docs.git + git clone --recurse-submodules git@github.com:n8n-io/n8n-docs.git cd n8n-docs - git submodule update pip install -r requirements.txt pip install _submodules/insiders ```