Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix order of operations in readme
  • Loading branch information
jaredcwhite authored Apr 6, 2024
1 parent f1edbc0 commit 346f2b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ class Project < Sequel::Model
end
```

Let's set up the database now. Run this command (you only need to do this once for your repo):

```shell
bin/bridgetown db:setup
```

Next, you'll want to create a migration. Run the following command:

```shell
Expand All @@ -99,13 +105,7 @@ Sequel.migration do
end
```

Now let's set up the database and run migrations. First, run this command (you only need to do this once for your repo):

```shell
bin/bridgetown db:setup
```

Then run migrations:
Finally, run migrations:

```shell
bin/bridgetown db:migrate
Expand Down

0 comments on commit 346f2b8

Please sign in to comment.