Skip to content

Mention rustup upgrade in install instructions #518

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

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

sophiebits
Copy link
Contributor

I had installed rustup a while ago but sat down today to try Rust again; it wasn't obvious to me how to get the latest Rust.

Copy link
Contributor

@chriskrycho chriskrycho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a nice suggested improvement – with just one very small tweak, please!

I had installed `rustup` a while ago but sat down today to try Rust again; it wasn't obvious to me how to get the latest Rust.
@chriskrycho chriskrycho merged commit 9ada294 into rust-lang:master Dec 4, 2018
@meven
Copy link
Contributor

meven commented Dec 4, 2018

I don't know this "update" subcommand shouldn't is be "update" ?

rustup -h
rustup 1.15.0 (f0a3d9a84 2018-11-27)
The Rust toolchain installer

USAGE:
rustup [FLAGS]

FLAGS:
-v, --verbose Enable verbose output
-h, --help Prints help information
-V, --version Prints version information

SUBCOMMANDS:
show Show the active and installed toolchains
update Update Rust toolchains and rustup
default Set the default toolchain
toolchain Modify or query the installed toolchains
target Modify a toolchain's supported targets
component Modify a toolchain's installed components
override Modify directory toolchain overrides
run Run a command with an environment configured for a given toolchain
which Display which binary will be run for a given command
doc Open the documentation for the current toolchain
man View the man page for a given command
self Modify the rustup installation
set Alter rustup settings
completions Generate completion scripts for your shell
help Prints this message or the help of the given subcommand(s)

@chriskrycho
Copy link
Contributor

Oh, great catch! Do you have a few minutes to open a PR fixing that word, @meven? I'll happily review and merge it!

@meven meven mentioned this pull request Dec 4, 2018
@meven
Copy link
Contributor

meven commented Dec 4, 2018

PR opened ;)

@sophiebits
Copy link
Contributor Author

That’s embarrassing! The choice to use “update” in prose was intentional but I meant to write “upgrade” in the command. Thanks for fixing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants