mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
chg: README add how to clone also the submodule
This commit is contained in:
parent
1769ded4aa
commit
6dc704c6f2
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue