Update README.md
parent
add8ffc1c4
commit
bb036dc6d8
|
@ -3,6 +3,12 @@
|
||||||
Syncs PLC operations log into a local table, and allows resolving `did:plc:`
|
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
|
||||||
|
In the top directory run the following:
|
||||||
|
```bash
|
||||||
|
podman build -t plc-mirror:latest -f cmd/plc-mirror/Dockerfile .
|
||||||
|
```
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
* Decide where do you want to store the data
|
* Decide where do you want to store the data
|
||||||
|
|
Loading…
Reference in New Issue