chg: README add how to clone also the submodule

This commit is contained in:
Nathanaël HANNEBERT 2022-04-23 12:05:04 +02:00
parent 1769ded4aa
commit 6dc704c6f2

View file

@ -7,6 +7,13 @@ Please report [issues on YunoHost bugtracker](https://github.com/YunoHost/issues
# Contributing # 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). You can refer to the page on [writing documentation](https://yunohost.org/write_documentation).
If you know docker, you can run: If you know docker, you can run: