Update README.md

main
Astra 2024-10-26 03:54:30 +02:00
parent bb036dc6d8
commit ca4d5709e8
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ Syncs PLC operations log into a local table, and allows resolving `did:plc:`
DIDs without putting strain on https://plc.directory and hitting rate limits. DIDs without putting strain on https://plc.directory and hitting rate limits.
## Build Instructions ## Build Instructions
In the top directory run the following:
```bash ```bash
podman build -t plc-mirror:latest -f cmd/plc-mirror/Dockerfile . cd cmd/plc-mirror
podman build -t plc-mirror:latest .
``` ```
## Setup ## Setup