Luminarys / synapse

Synapse BitTorrent Daemon
https://synapse-bt.org
ISC License
855 stars 48 forks source link

fixes install steps #225

Closed betarelease closed 2 years ago

betarelease commented 2 years ago

This will fix the following error

❯ cargo install
error: Using `cargo install` to install the binaries for the package in current working directory is no longer supported, use `cargo install --path .` instead. Use `cargo build` if you want to simply build the package
Luminarys commented 2 years ago

Thanks for making this change!