1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00

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 ```sh
cd maybe cd maybe
cp .env.example .env cp .env.example .env
bundle install bin/setup
rails db:setup
bin/dev bin/dev
``` ```