Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
chore: Add basic requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Dec 1, 2023
1 parent 67c28b0 commit 8c5c7ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# rusty-hook
A reliable and performant webhook system for PostHog

## Requirements

1. [Rust](https://www.rust-lang.org/tools/install).
2. [sqlx-cli](https://crates.io/crates/sqlx-cli): To setup database and run migrations.
3. [Docker](https://docs.docker.com/engine/install/) or [podman](https://podman.io/docs/installation) (and [podman-compose](https://github.com/containers/podman-compose#installation)): To setup testing services.

## Testing

1. Start a PostgreSQL instance:
Expand Down

0 comments on commit 8c5c7ec

Please sign in to comment.