Added comment
authorFarhan Khan <farhan@farhan.codes>
Thu, 13 Aug 2020 23:34:04 +0000 (19:34 -0400)
committerFarhan Khan <farhan@farhan.codes>
Thu, 13 Aug 2020 23:34:04 +0000 (19:34 -0400)
docs/installation/freebsd_en.md

index 12c870322121e51c55e992c9054412ace8289ef2..38afd76e48aa50c4c5372ec450b328e3c94b3efa 100644 (file)
@@ -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.
 ```