···1819(add `--help` to any command for more info about it)
2021-also can:
2223-- Copy ops to postgres for a mirror running the [reference typescript implementation](https://github.com/did-method-plc/did-method-plc)
240002526-## install
02728-for now you'll need rust installed locally. after cloning, run
002930-```bash
31-cargo install --path . --bin allegedly
32-```
···1819(add `--help` to any command for more info about it)
2002122+## install
2324+```bash
25+cargo install allegedly
26+```
2728+the version on crates might be behind while new features are under development.
29+to install the latest from source:
3031+- make sure you have rust/rustup set up
32+- clone the repo
33+- install
3435+ ```bash
36+ cargo install --path . --bin allegedly
37+ ```