From 6dc704c6f2f55479b4cba968c24367aaf3cfc4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20HANNEBERT?= Date: Sat, 23 Apr 2022 12:05:04 +0200 Subject: [PATCH] chg: README add how to clone also the submodule --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 23d454b6..d6a6731f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ Please report [issues on YunoHost bugtracker](https://github.com/YunoHost/issues # Contributing +This repo use a **submodule** to provide the theme. So when you clone use: + +```shell +git clone --recursive https://github.com/YunoHost/doc.git +``` + + You can refer to the page on [writing documentation](https://yunohost.org/write_documentation). If you know docker, you can run: