diff --git a/README.md b/README.md index 6afb6a84..20d156c8 100644 --- a/README.md +++ b/README.md @@ -445,9 +445,13 @@ And then execute: bundle bin/rails decidim:upgrade bin/rails db:migrate -bin/rails assets:precompile ``` +> In production mode you must also precompile the assets: +> ``` +> bin/rails assets:precompile +> ``` + Go to `yourdomain/admin/decidim_awesome` and start tweaking things! > **EXPERTS ONLY**