summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Glanzmann <thomas@glanzmann.de>2024-03-18 20:34:05 +0100
committerKent Overstreet <kent.overstreet@linux.dev>2024-03-18 16:10:30 -0400
commitc28af3c0ccdc62eb7b92e78b0aaebde394e34cb1 (patch)
tree2c872a183d4491db949c2599867dcc184e43633a
parent8ce35b542458e0fb8cf0675cd6e2cf8f0a8bf90f (diff)
Typo: Tell sh to read the script from stdin
Signed-off-by: Thomas Glanzmann <thomas@glanzmann.de> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 9b5eab36..99c33776 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -21,7 +21,7 @@ In addition a recent Rust toolchain is required (rustc, cargo), either by using
is available.
``` shell
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y --no-modify-path
+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path
```
Debian (Bullseye or later) and Ubuntu (20.04 or later): you can install these with