diff options
-rw-r--r-- | changelog.d/debian-distro-docs-pleromaBE.fix | 1 | ||||
-rw-r--r-- | docs/installation/debian_based_en.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/debian-distro-docs-pleromaBE.fix b/changelog.d/debian-distro-docs-pleromaBE.fix new file mode 100644 index 000000000..d43477ba9 --- /dev/null +++ b/changelog.d/debian-distro-docs-pleromaBE.fix @@ -0,0 +1 @@ +Remove trailing ` from end of line 75 which caused issues copy-pasting
\ No newline at end of file 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: |