From 91ee64892c7c63ceaf62d1f5e142b040e18d13fc Mon Sep 17 00:00:00 2001 From: Thomas Riboulet Date: Wed, 4 May 2022 19:41:25 +0200 Subject: [PATCH] Fix start up steps list --- lite/README.md.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .