summaryrefslogtreecommitdiff
path: root/docs/content/setup/manual-setup.md
diff options
context:
space:
mode:
authorDavid Mehren2021-01-15 20:36:43 +0100
committerDavid Mehren2021-01-15 20:37:30 +0100
commite9d45873440f45d7c06e7ec043062f06b6a586a5 (patch)
treeccf9fc2bf9ca884f70de86fc88be5c32f148a10a /docs/content/setup/manual-setup.md
parent8af470634a3e4fe9ce087705744a02f5b5a59a6a (diff)
Bump version to 1.7.2
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'docs/content/setup/manual-setup.md')
-rw-r--r--docs/content/setup/manual-setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/setup/manual-setup.md b/docs/content/setup/manual-setup.md
index 6cb7c75a..143d7544 100644
--- a/docs/content/setup/manual-setup.md
+++ b/docs/content/setup/manual-setup.md
@@ -19,7 +19,7 @@
1. Check if you meet the [requirements at the top of this document](#requirements-on-your-server).
2. Download a [release](https://github.com/hedgedoc/hedgedoc/releases) tarball and extract it.
- Alternatively, you can use Git to clone the repository and checkout a release, e.g. with `git clone -b 1.7.0 https://github.com/hedgedoc/hedgedoc.git`.
+ Alternatively, you can use Git to clone the repository and checkout a release, e.g. with `git clone -b 1.7.2 https://github.com/hedgedoc/hedgedoc.git`.
3. Enter the directory and type `bin/setup`, which will install the dependencies and create configs.
4. Modify the file named `config.json` or configure HedgeDoc through environment variables which will overwrite the configs, see docs [here](https://github.com/hedgedoc/hedgedoc/blob/master/docs/configuration.md).
5. **If using the release tarball for 1.7.0 or newer, this step can be skipped.**