From ab10cd41210bd9a6bd331a767ad4909f8120c48a Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Mon, 16 Aug 2021 16:08:20 +0100 Subject: [PATCH] [DOC] Fixed installation.md typos. --- docs/administrator/src/installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/administrator/src/installation.md b/docs/administrator/src/installation.md index d7c5de2ab3..4b3acb1ba7 100644 --- a/docs/administrator/src/installation.md +++ b/docs/administrator/src/installation.md @@ -12,10 +12,10 @@ services in Docker containers. Pick one of the following installation methods: - - [Instal with Docker with shell access](./install/docker_shell.md) - - [Instal without Docker with shell access](./install/no_docker_shell.md) - - [Instal with Docker with web access](./install/docker_web.md) (requires access to PHP's `system()`, which may be disabled) - - [Instal without Docker with only web access](./install/no_docker_web.md) + - [Install with Docker with shell access](./install/docker_shell.md) + - [Install without Docker with shell access](./install/no_docker_shell.md) + - [Install with Docker with web access](./install/docker_web.md) (requires access to PHP's `system()`, which may be disabled) + - [Install without Docker with only web access](./install/no_docker_web.md) Installation with Docker without shell access, such as in some shared hosting environments is possible by configuring social locally and copying the files over, however this is not a supported