From 8b9d9ef86dea116c6fa555eab0a50bfd0f05bb4f Mon Sep 17 00:00:00 2001 From: kaiyou Date: Mon, 6 Nov 2017 11:48:39 +0100 Subject: [PATCH] Use github_version in literals --- docs/compose/setup.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/compose/setup.rst b/docs/compose/setup.rst index 263ebe51..b377e04d 100644 --- a/docs/compose/setup.rst +++ b/docs/compose/setup.rst @@ -19,12 +19,12 @@ Docker Compose configuration is stored in a file named :download:`docker-compose.yml`. Additionally, Mailu relies on a :download:`.env` file for various settings. Download the proper template files from the git repository. To download the configuration -for the "|version|" branch, use: +for the "|github_version|" branch, use: .. parsed-literal:: - wget https://mailu.io/|version|/_downloads/docker-compose.yml - wget https://mailu.io/|version|/_downloads/.env + wget https://mailu.io/|github_version|/_downloads/docker-compose.yml + wget https://mailu.io/|github_version|/_downloads/.env Then open the ``.env`` file to setup the mail server. Modify the ``ROOT`` setting to match your setup directory if different from ``/mailu``.