Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2021-01-12 20:07:36 +0300
committerCamila <hello@camila.codes>2021-01-12 20:38:43 +0300
commit250fcf380b682b646c8b30e35c17f6151fe31676 (patch)
tree72fda2b7cfd82c7803d7eac4219fb2dd2ccfb841 /doc
parentc6fe09753539dd60b6653ae8b0fa35bf93638585 (diff)
Fix documentation path in instruction of doc/README.
Signed-off-by: Camila <hello@camila.codes>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
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
```