Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo install help text is not very helpful #4417

Closed
colemickens opened this issue Aug 19, 2017 · 1 comment · Fixed by #6354
Closed

cargo install help text is not very helpful #4417

colemickens opened this issue Aug 19, 2017 · 1 comment · Fixed by #6354
Labels
A-documenting-cargo-itself Area: Cargo's documentation C-enhancement Category: enhancement Command-install

Comments

@colemickens
Copy link

$ cargo help

    ...
    install     Install a Rust binary
    ...

That doesn't tell me much. Does it install to something like ~/.cargo/bin? Does it try to reach into /usr/local/bin?

@cssivision
Copy link

it should be ~/.cargo/bin.

@alexcrichton alexcrichton added the A-documenting-cargo-itself Area: Cargo's documentation label Aug 20, 2017
bors added a commit that referenced this issue Nov 27, 2018
Improve doc for `cargo install`

Fixes #4417
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documenting-cargo-itself Area: Cargo's documentation C-enhancement Category: enhancement Command-install
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants