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 2ef002d commit 4558365Copy full SHA for 4558365
README.md
@@ -18,8 +18,8 @@ Or using [Docker](https://www.docker.com/)
18
- Rename `.env.sample` to `.env` and update the database connection string in `DATABASE_URL` key.
19
- Build with release profile: `cargo build --release`
20
- Run release binary in command line/terminal.
21
- - Windows: `target/release/address_book_rest_api.exe`
22
- - Linux/UNIX: `target/release/address_book_rest_api`
+ - Windows: `target/release/actix-web-rest-api-with-jwt.exe`
+ - Linux/UNIX: `target/release/actix-web-rest-api-with-jwt`
23
- Enjoy! 😄
24
25
### Docker
0 commit comments