We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f3d85 commit b090a86Copy full SHA for b090a86
README.md
@@ -82,6 +82,9 @@ After cloning the repo, do the following:
82
2. Copy the `.env.sample` file to `.env`. Some settings will need to be
83
modified. These instructions are in the subsequent sections.
84
85
+3. Install `diesel_cli` using `cargo install diesel_cli --no-default-features
86
+ --features postgres`.
87
+
88
### Running Tests
89
90
After following the above instructions:
@@ -158,7 +161,7 @@ After following the instructions described in "Working on the Backend":
158
161
5. Run the migrations:
159
162
160
163
```
- ./target/debug/migrate
164
+ diesel migration run
165
166
167
6. Start the backend server:
0 commit comments