diff --git a/README.md b/README.md index 247fe68..95ae086 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This project is a skeleton for a rails app following ["Quickstart: Compose and R From this sketch you can run the following commands to jump-start your app: ``` docker-compose run web rails new . --force --no-deps --database=postgresql +docker-compose run web rails webpacker:install sudo chown -R $USER:$USER . # Linux only docker-compose build ```