mmstick/parallel

Can't build from cargo

Closed this issue · 3 comments

I install rust from homebrew, went into a empty directory and tried to install with cargo:

~/temp ❯❯❯ cargo install --git https://github.com/mmstick/parallel
    Updating git repository `https://github.com/mmstick/parallel`
error: multiple packages with binaries found: generate-files, libc-test, parallel

Not sure what I'm doing wrong?

Try cargo install parallel

That seems to work, or just cloning the git repository.

The proper command for installing from git is:

cargo install --git https://github.com/mmstick/parallel parallel