Use bin/setup

Fixes: #410, #434
This commit is contained in:
Josh Pigford
2024-02-11 12:27:06 -06:00
parent 4d5d35b277
commit 1b54d0b321

View File

@@ -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
```