0xPolygonMiden / miden-node

Reference implementation of the node for the Polygon Miden rollup
MIT License
52 stars 37 forks source link

docs: fix readme removing `--path` option from installing command #505

Closed SantiagoPittella closed 1 week ago

SantiagoPittella commented 1 week ago

The previous command fails with the following error:

error: the argument '--path <PATH>' cannot be used with '--git <URL>'

Usage: cargo install --locked --path <PATH> --branch <BRANCH> [CRATE[@<VER>]]...

For more information, try '--help'.

Removing the --path and using an specific crate fixed the issue.