diff options
author | Thomas Glanzmann <thomas@glanzmann.de> | 2024-03-18 20:34:05 +0100 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-03-18 16:10:30 -0400 |
commit | c28af3c0ccdc62eb7b92e78b0aaebde394e34cb1 (patch) | |
tree | 2c872a183d4491db949c2599867dcc184e43633a | |
parent | 8ce35b542458e0fb8cf0675cd6e2cf8f0a8bf90f (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |