htrefil / rkvm

Virtual KVM switch for Linux machines
MIT License
414 stars 51 forks source link

certificate-gen command from README not working #12

Closed afranke closed 3 years ago

afranke commented 3 years ago

I first tried, as offered in the README:

$ cargo run certificate-gen -- --help
error: `cargo run` could not determine which binary to run. Use the `--bin` option to specify a binary, or the `default-run` manifest key.
available binaries: client, server, certificate-gen

So then I tried

$ cargo run --bin certificate-gen -- --help

and this worked.

Should the README be updated or am I missing something?

htrefil commented 3 years ago

Hi, thanks for pointing it out. You are correct, the command is incorrect in README. Fixed in f8a86ef.