Skip to content

Commit

Permalink
fixed some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gignsky committed Apr 23, 2024
1 parent 94d7bb3 commit 081402b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ diesel migration run --database-url <DATABASE_URL>
Where `<DATABASE_URL>` uses the `postgess://` URI Example:
`postgres://username:password@localhost:5432/database_name`

As this bot deploys on Shuttle, it uses Shuttle secret store and Shuttle async runtime. As such, you need the `cargo-shuttle` crate installed on your local machine to run the bot. You can install this by running: `cargo install cargo-shuttle`
As this bot deploys on Shuttle, it uses Shuttle secret store and Shuttle async runtime. As such, you need the `cargo-shuttle` crate installed on your local machine to run the bot. You can install this by running:

```bash
cargo install cargo-shuttle
```

You can then run:

Expand Down

0 comments on commit 081402b

Please sign in to comment.