Skip to content

Commit 55b980c

Browse files
Fix README install instruction for shell "sh -s"
1 parent 0602a72 commit 55b980c

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)