Fix documentation path in instruction of doc/README.

Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
Camila 2021-01-12 18:07:36 +01:00
parent c6fe097535
commit 250fcf380b
No known key found for this signature in database
GPG key ID: 7A4A6121E88E2AD4

View file

@ -10,7 +10,7 @@
```
$ git clone https://github.com/nextcloud/desktop.git
$ cd desktop
$ cd docs
$ cd doc
$ sphinx-build -b html -D html_theme='nextcloud_com' -d _build/doctrees . _build/html/com
```