aboutsummaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_en.md
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-11-11 19:53:40 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-11-11 19:53:40 +0400
commit08cbd655d14c74ced77e7af2c0acecf554e0ed91 (patch)
tree4ffb3f3fa62e046e299df0378a56fb52a5b042cb /docs/installation/debian_based_en.md
parente46c95b826c3fb98efa15cf6fd5d6cf2fb9797af (diff)
parent3cd7ea693fa820c04257b893725100eccf1cc96c (diff)
downloadpleroma-08cbd655d14c74ced77e7af2c0acecf554e0ed91.tar.gz
Merge branch 'develop' into frontend-admin-api
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r--docs/installation/debian_based_en.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md
index b9fc4e112..75ceb6595 100644
--- a/docs/installation/debian_based_en.md
+++ b/docs/installation/debian_based_en.md
@@ -182,7 +182,6 @@ sudo cp /opt/pleroma/installation/pleroma.service /etc/systemd/system/pleroma.se
```
* Edit the service file and make sure that all paths fit your installation
-* Check that `EnvironmentFile` contains the correct path to the env file. Or generate the env file: `sudo -Hu pleroma mix pleroma.release_env gen`
* Enable and start `pleroma.service`:
```shell