diff options
author | lain <lain@soykaf.club> | 2025-03-11 16:04:14 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2025-03-11 16:04:14 +0000 |
commit | 66687beddaf6cee236a2e035c0f4582ec586f957 (patch) | |
tree | 9ee7bf53ef26d1fc2f39922808b8beb24c18414f /docs/installation | |
parent | af6d5470d29f294e9b356da36cccbcaf85379f78 (diff) | |
parent | 5ce612b2723381a978f3810a414a3c3038a1859c (diff) | |
download | pleroma-66687beddaf6cee236a2e035c0f4582ec586f957.tar.gz pleroma-66687beddaf6cee236a2e035c0f4582ec586f957.zip |
Merge branch 'release/2.9.1' into 'stable'stable
Release/2.9.1
See merge request pleroma/pleroma!4338
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/debian_based_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md index 21cfe2bff..30f48792d 100644 --- a/docs/installation/debian_based_en.md +++ b/docs/installation/debian_based_en.md @@ -72,7 +72,7 @@ sudo -Hu pleroma mix deps.get * Generate the configuration: ```shell -sudo -Hu pleroma MIX_ENV=prod mix pleroma.instance gen` +sudo -Hu pleroma MIX_ENV=prod mix pleroma.instance gen ``` * During this process: |