Server tools to backfill, tail, mirror, and verify PLC logs

copying ops is now in the main bit, update install

+12 -7
+12 -7
readme.md
··· 18 19 (add `--help` to any command for more info about it) 20 21 - also can: 22 23 - - Copy ops to postgres for a mirror running the [reference typescript implementation](https://github.com/did-method-plc/did-method-plc) 24 25 26 - ## install 27 28 - for now you'll need rust installed locally. after cloning, run 29 30 - ```bash 31 - cargo install --path . --bin allegedly 32 - ```
··· 18 19 (add `--help` to any command for more info about it) 20 21 22 + ## install 23 24 + ```bash 25 + cargo install allegedly 26 + ``` 27 28 + the version on crates might be behind while new features are under development. 29 + to install the latest from source: 30 31 + - make sure you have rust/rustup set up 32 + - clone the repo 33 + - install 34 35 + ```bash 36 + cargo install --path . --bin allegedly 37 + ```