mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-03-12 14:43:03 +00:00
Merge branch 'develop' into 'develop'
docs: debian_based_en has a trailing "`" See merge request pleroma/pleroma!4337
This commit is contained in:
commit
5ffc7d8c9d
2 changed files with 2 additions and 1 deletions
1
changelog.d/debian-distro-docs-pleromaBE.fix
Normal file
1
changelog.d/debian-distro-docs-pleromaBE.fix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Remove trailing ` from end of line 75 which caused issues copy-pasting
|
|
@ -72,7 +72,7 @@ sudo -Hu pleroma mix deps.get
|
||||||
* Generate the configuration:
|
* Generate the configuration:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo -Hu pleroma MIX_ENV=prod mix pleroma.instance gen`
|
sudo -Hu pleroma MIX_ENV=prod mix pleroma.instance gen
|
||||||
```
|
```
|
||||||
|
|
||||||
* During this process:
|
* During this process:
|
||||||
|
|
Loading…
Reference in a new issue