From 52cc2a815103eadfa3a8ae6f6c68312019ac35ea Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Sun, 26 Feb 2023 13:10:49 +0100 Subject: [PATCH] Fix numbering in quickstart steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fca3437..4fe0bfb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ so: in the log output 4. `docker-compose exec ldap dsconf localhost backend create --suffix="dc=kosmos,dc=org" --be-name="dev"` 5. `docker compose run web rails ldap:setup` -5. `docker compose run web rails db:setup` +6. `docker compose run web rails db:setup` After these steps, you should have a working Rails app with a handful of test users running on [http://localhost:3000](http://localhost:3000).