diff --git a/README.md b/README.md
index ab0038f78494aec39a9073a5e4ab43aabf4a19ea..57b0ce5fccd0f14153e4d86987a82e44e14d72f8 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,8 @@ By running `bin/rails <command>` you can trigger some helpful actions, such as
 - `rails db`: Start sqlite shell with the currently used DB
 - `rails db:migrate`: Run pending DB migrations, automatically done by docker image on start
 - `rails db:seed` (Re-)import DB seeds from `db/seeds.rb`
-- `rails generate` Powerful tool to generate boilerplate, see 
+- `rails secret` generate a random secret, e.g. for `secret_key_base`
+- `rails generate` Powerful tool to generate boilerplate, run it to see list of options
 
 ### In `rails console`