Skip to content

Commit 7255472

Browse files
authored
Merge pull request #2351 from joelparkerhenderson/patch-1
Fix README install instruction for shell "sh -s"
2 parents 4112620 + 55b980c commit 7255472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ installation of `rustup` and then install `nightly` along with `clippy` or
162162

163163
Firstly install `rustup` by means of:
164164

165-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- --default-toolchain none -y
165+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
166166

167167
Next you can install `nightly` allowing `rustup` to downgrade until it finds
168168
the components you need:

0 commit comments

Comments
 (0)