Fix documentation path in instruction of doc/README.
authorCamila <hello@camila.codes>
Tue, 12 Jan 2021 17:07:36 +0000 (18:07 +0100)
committerCamila <hello@camila.codes>
Tue, 12 Jan 2021 17:38:43 +0000 (18:38 +0100)
Signed-off-by: Camila <hello@camila.codes>
doc/README.md

index 9add0661a70376fcee4ea58c581b800491d08d6e..ad3489803d3d05be0dec80c0928d0f2b60ab9a85 100644 (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
 ```