diff --git a/lite/README.md.tt b/lite/README.md.tt index 4585766..dfc16de 100644 --- a/lite/README.md.tt +++ b/lite/README.md.tt @@ -29,9 +29,9 @@ Run the `bin/setup` script. This script will: ### Run it! -1. Start Redis and PostgreSQL databases as containers `docker-compose up -d` +1. Start Redis and PostgreSQL databases as containers `docker-compose up -d` (the template script will start them already the first time, you will probably need to do it again after a reboot) 2. Run `bin/rake` to run all tests and lint checks. -3. Start the app with `yarn start` +3. Start the app with `bin/rails s` Access the app at .