diff options
author | Farhan Khan <farhan@farhan.codes> | 2020-08-13 19:34:04 -0400 |
---|---|---|
committer | Farhan Khan <farhan@farhan.codes> | 2020-08-13 19:34:04 -0400 |
commit | cba9f368af13768f7c0161074ab3f25deae5b5a6 (patch) | |
tree | cbf2c4c9beb64eb0c58ecc443763f9bffd11f405 /docs/installation | |
parent | b5f48275c5a0802ac5e7da0caf3d3af0bfbb7c6c (diff) | |
download | pleroma-cba9f368af13768f7c0161074ab3f25deae5b5a6.tar.gz pleroma-cba9f368af13768f7c0161074ab3f25deae5b5a6.zip |
Added comment
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/freebsd_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/freebsd_en.md b/docs/installation/freebsd_en.md index 12c870322..38afd76e4 100644 --- a/docs/installation/freebsd_en.md +++ b/docs/installation/freebsd_en.md @@ -46,7 +46,7 @@ Configure Pleroma. Note that you need a domain name at this point: ``` $ cd /home/pleroma/pleroma -$ mix deps.get +$ mix deps.get # Enter "y" when asked to install Hex $ mix pleroma.instance gen # You will be asked a few questions here. $ cp config/generated_config.exs config/prod.secret.exs # The default values should be sufficient but you should edit it and check that everything seems OK. ``` |