Update README.md
parent
bb036dc6d8
commit
ca4d5709e8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue