diff options
author | Farhan Khan <farhan@farhan.codes> | 2020-08-13 22:49:50 -0400 |
---|---|---|
committer | Farhan Khan <farhan@farhan.codes> | 2020-08-13 22:49:50 -0400 |
commit | a5144f05c2245c5043f2469955e8960b5d80b48e (patch) | |
tree | a668543af90f9737d75133e264be674d5ddc2ca5 | |
parent | 816c04abdc2e8045f3fa52071b953c5ac608d0bd (diff) | |
download | pleroma-a5144f05c2245c5043f2469955e8960b5d80b48e.tar.gz pleroma-a5144f05c2245c5043f2469955e8960b5d80b48e.zip |
Removed a trailing comment
-rw-r--r-- | docs/installation/freebsd_en.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/installation/freebsd_en.md b/docs/installation/freebsd_en.md index f1e06892c..ce0cdead6 100644 --- a/docs/installation/freebsd_en.md +++ b/docs/installation/freebsd_en.md @@ -198,8 +198,6 @@ Update the `/etc/rc.conf` and start pleroma with the following commands: # service pleroma start ``` -Now you can start pleroma with `# service pleroma start`. - ## Conclusion Restart nginx with `# service nginx restart` and you should be up and running. |