Skip to content

Commit b090a86

Browse files
committed
Update the README to specify how to run migrations
1 parent f5f3d85 commit b090a86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ After cloning the repo, do the following:
8282
2. Copy the `.env.sample` file to `.env`. Some settings will need to be
8383
modified. These instructions are in the subsequent sections.
8484

85+
3. Install `diesel_cli` using `cargo install diesel_cli --no-default-features
86+
--features postgres`.
87+
8588
### Running Tests
8689

8790
After following the above instructions:
@@ -158,7 +161,7 @@ After following the instructions described in "Working on the Backend":
158161
5. Run the migrations:
159162

160163
```
161-
./target/debug/migrate
164+
diesel migration run
162165
```
163166

164167
6. Start the backend server:

0 commit comments

Comments
 (0)