From 1b54d0b3216720f4e895652c35c11b465a6f5865 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Sun, 11 Feb 2024 12:27:06 -0600 Subject: [PATCH] Use bin/setup Fixes: #410, #434 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ecbc7d37..f92435bb 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ After cloning the repo, the basic setup commands are: ```sh cd maybe cp .env.example .env -bundle install -rails db:setup +bin/setup bin/dev ```