From: Camila Date: Tue, 12 Jan 2021 17:07:36 +0000 (+0100) Subject: Fix documentation path in instruction of doc/README. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~429^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=250fcf380b682b646c8b30e35c17f6151fe31676;p=nextcloud-desktop.git Fix documentation path in instruction of doc/README. Signed-off-by: Camila --- diff --git a/doc/README.md b/doc/README.md index 9add0661a..ad3489803 100644 --- a/doc/README.md +++ b/doc/README.md @@ -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 ```