···18181919(add `--help` to any command for more info about it)
20202121-also can:
22212323-- Copy ops to postgres for a mirror running the [reference typescript implementation](https://github.com/did-method-plc/did-method-plc)
2222+## install
24232424+```bash
2525+cargo install allegedly
2626+```
25272626-## install
2828+the version on crates might be behind while new features are under development.
2929+to install the latest from source:
27302828-for now you'll need rust installed locally. after cloning, run
3131+- make sure you have rust/rustup set up
3232+- clone the repo
3333+- install
29343030-```bash
3131-cargo install --path . --bin allegedly
3232-```
3535+ ```bash
3636+ cargo install --path . --bin allegedly
3737+ ```