summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Brückner <marc@ma-br.de>2018-02-21 09:14:26 +0100
committerGitHub <noreply@github.com>2018-02-21 09:14:26 +0100
commit0e76d154a167ece805fbdfe44665011d215ae275 (patch)
tree8f6c5fb9f438184652aff9821e36a5924b787b01
parentcd1c731b7aac06e6eac462d1a48a2f4e9e6140f1 (diff)
parenta3b3af32b103fa9c264f409a0b480c57718c48b9 (diff)
Merge pull request #267 from tcuc/patch-1
minor typo. It's on line 13
-rw-r--r--.examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.examples/README.md b/.examples/README.md
index c9843b4b..d2450318 100644
--- a/.examples/README.md
+++ b/.examples/README.md
@@ -21,7 +21,7 @@ Example | Description
### full
The `full` Dockerfile example adds dependencies for all optional packages suggested by nextcloud that may be needed for some features (e.g. Video Preview Generation), as stated in the [Administration Manual](https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html).
-NOTE: The Dockerfile does not install the LibreOffice package (line is commented), because it would increase the generated Image size by approximately 500 MB. In order to install it, simply uncomment the 14th line of the Dockerfile.</br>
+NOTE: The Dockerfile does not install the LibreOffice package (line is commented), because it would increase the generated Image size by approximately 500 MB. In order to install it, simply uncomment the 13th line of the Dockerfile.</br>
NOTE: Per default, only previews for BMP, GIF, JPEG, MarkDown, MP3, PNG, TXT, and XBitmap Files are generated. The configuration of the preview generation can be done in config.php, as explained in the [Administration Manual](https://docs.nextcloud.com/server/12/admin_manual/configuration_server/config_sample_php_parameters.html#previews)</br>