about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorExpenses <expenses@airmail.cc>2017-04-17 20:38:59 +1200
committerEugen <eugen@zeonfederated.com>2017-04-17 10:38:59 +0200
commit833bfd77f2b1672de61b2f3b138b292c3c9a0790 (patch)
treec753753faa3a9a615fd7646a5109707df11aa2fa /README.md
parent6685106daace4c78785a3c3caacc8ed952d669b3 (diff)
Added missing `rake secret` command (#1894)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea7b20a5c..d0a1961d1 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,8 @@ Do NOT change the `REDIS_*` or `DB_*` settings when running with the default doc
 
 You will need to fill in, at least: `LOCAL_DOMAIN`, `LOCAL_HTTPS`, `PAPERCLIP_SECRET`, `SECRET_KEY_BASE`, `OTP_SECRET`, and the `SMTP_*` settings.  To generate the `PAPERCLIP_SECRET`, `SECRET_KEY_BASE`, and `OTP_SECRET`, you may use:
 
+    rake secret
+
 Before running the first time, you need to build the images:
 
     docker-compose build